From: Miles Bader Date: Sun, 5 Jan 1997 03:44:26 +0000 (+0000) Subject: (*:GNU:*:*): X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0bc39987164e6ec68bada0e381d6ed21bc41e2a8;p=gcc.git (*:GNU:*:*): The machine/subtype separator printed by uname -m is now `-', not '/'. From-SVN: r13379 --- diff --git a/gcc/config.guess b/gcc/config.guess index 92a6adcefb1..519bc01c1e0 100755 --- a/gcc/config.guess +++ b/gcc/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