Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Revert last change.
  • Loading branch information
Thomas Bushnell, BSG committed Nov 21, 1996
1 parent 3747899 commit 8f8619c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.guess
Expand Up @@ -397,7 +397,7 @@ EOF
echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
exit 0 ;;
*:GNU:*:*)
echo `echo ${UNAME_MACHINE}|sed -e 's,/.*$,,'`-unknown-gnu-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
echo `echo ${UNAME_MACHINE}|sed -e 's,/.*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
exit 0 ;;
*:Linux:*:*)
# The BFD linker knows what the default object file format is, so
Expand Down

0 comments on commit 8f8619c

Please sign in to comment.