aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiles Bader1997-01-05 03:44:26 +0000
committerMiles Bader1997-01-05 03:44:26 +0000
commit96cdf226f14bf6e5cbf8e009e8ffef63e7ef422d (patch)
treed37a4c183cb5399d05ef6f26072c25ae46ab7203
parent467ff6923479331bb5b4cc5d7c87232d83682984 (diff)
downloademacs-96cdf226f14bf6e5cbf8e009e8ffef63e7ef422d.tar.gz
emacs-96cdf226f14bf6e5cbf8e009e8ffef63e7ef422d.zip
(*:GNU:*:*):
The machine/subtype separator printed by uname -m is now `-', not '/'.
-rwxr-xr-xconfig.guess2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.guess b/config.guess
index 92a6adcefb1..519bc01c1e0 100755
--- a/config.guess
+++ b/config.guess
@@ -400,7 +400,7 @@ EOF
400 echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` 400 echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
401 exit 0 ;; 401 exit 0 ;;
402 *:GNU:*:*) 402 *:GNU:*:*)
403 echo `echo ${UNAME_MACHINE}|sed -e 's,/.*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` 403 echo `echo ${UNAME_MACHINE}|sed -e 's,-.*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
404 exit 0 ;; 404 exit 0 ;;
405 *:Linux:*:*) 405 *:Linux:*:*)
406 # The BFD linker knows what the default object file format is, so 406 # The BFD linker knows what the default object file format is, so