Skip to content

Commit

Permalink
(*:GNU:*:*):
Browse files Browse the repository at this point in the history
  The machine/subtype separator printed by uname -m is now `-', not '/'.
  • Loading branch information
snogglethorpe committed Jan 5, 1997
1 parent af45150 commit db9f3e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.guess
Expand Up @@ -400,7 +400,7 @@ EOF
echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
exit 0 ;;
*:GNU:*:*)
echo `echo ${UNAME_MACHINE}|sed -e 's,/.*$,,'`-unknown-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 db9f3e4

Please sign in to comment.