]> code.delx.au - gnu-emacs/commitdiff
(*:GNU:*:*):
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)
  The machine/subtype separator printed by uname -m is now `-', not '/'.

config.guess

index 92a6adcefb1b56728ca8b843ad564eda95c53239..519bc01c1e04b3d61a19b7133dfdb7483fd8aa1c 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