aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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