Skip to content

Commit

Permalink
(*:GNU:*:*): The machine/subtype separator printed by uname -m is now…
Browse files Browse the repository at this point in the history
… `-', not '/'.
  • Loading branch information
Miles Bader committed Jan 5, 1997
1 parent 3e99cd6 commit 3aaa074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.guess
Original file line number Diff line number Diff line change
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 3aaa074

Please sign in to comment.