From: Miles Bader Date: Sun, 5 Jan 1997 03:44:26 +0000 (+0000) Subject: (*:GNU:*:*): The machine/subtype separator printed by uname -m is now `-', not... X-Git-Tag: cvs/libc-970105 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3aaa074393c78376fb2ac37dbc12c175fba3763a;p=platform%2Fupstream%2Fglibc.git (*:GNU:*:*): The machine/subtype separator printed by uname -m is now `-', not '/'. --- diff --git a/config.guess b/config.guess index 92a6adc..519bc01 100755 --- a/config.guess +++ b/config.guess @@ -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