(*:GNU:*:*): The machine/subtype separator printed by uname -m is now `-', not... cvs/libc-970105
authorMiles Bader <miles@gnu.org>
Sun, 5 Jan 1997 03:44:26 +0000 (03:44 +0000)
committerMiles Bader <miles@gnu.org>
Sun, 5 Jan 1997 03:44:26 +0000 (03:44 +0000)
config.guess

index 92a6adc..519bc01 100755 (executable)
@@ -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