aboutsummaryrefslogtreecommitdiff
path: root/config.guess
diff options
context:
space:
mode:
Diffstat (limited to 'config.guess')
-rw-r--r--config.guess17
1 files changed, 5 insertions, 12 deletions
diff --git a/config.guess b/config.guess
index 137bedf2..d622a44e 100644
--- a/config.guess
+++ b/config.guess
@@ -4,7 +4,7 @@
4# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 4# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
5# 2011, 2012 Free Software Foundation, Inc. 5# 2011, 2012 Free Software Foundation, Inc.
6 6
7timestamp='2012-08-14' 7timestamp='2012-02-10'
8 8
9# This file is free software; you can redistribute it and/or modify it 9# This file is free software; you can redistribute it and/or modify it
10# under the terms of the GNU General Public License as published by 10# under the terms of the GNU General Public License as published by
@@ -200,10 +200,6 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
200 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. 200 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used.
201 echo "${machine}-${os}${release}" 201 echo "${machine}-${os}${release}"
202 exit ;; 202 exit ;;
203 *:Bitrig:*:*)
204 UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'`
205 echo ${UNAME_MACHINE_ARCH}-unknown-bitrig${UNAME_RELEASE}
206 exit ;;
207 *:OpenBSD:*:*) 203 *:OpenBSD:*:*)
208 UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` 204 UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'`
209 echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE} 205 echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE}
@@ -805,9 +801,6 @@ EOF
805 i*:CYGWIN*:*) 801 i*:CYGWIN*:*)
806 echo ${UNAME_MACHINE}-pc-cygwin 802 echo ${UNAME_MACHINE}-pc-cygwin
807 exit ;; 803 exit ;;
808 *:MINGW64*:*)
809 echo ${UNAME_MACHINE}-pc-mingw64
810 exit ;;
811 *:MINGW*:*) 804 *:MINGW*:*)
812 echo ${UNAME_MACHINE}-pc-mingw32 805 echo ${UNAME_MACHINE}-pc-mingw32
813 exit ;; 806 exit ;;
@@ -1208,9 +1201,6 @@ EOF
1208 BePC:Haiku:*:*) # Haiku running on Intel PC compatible. 1201 BePC:Haiku:*:*) # Haiku running on Intel PC compatible.
1209 echo i586-pc-haiku 1202 echo i586-pc-haiku
1210 exit ;; 1203 exit ;;
1211 x86_64:Haiku:*:*)
1212 echo x86_64-unknown-haiku
1213 exit ;;
1214 SX-4:SUPER-UX:*:*) 1204 SX-4:SUPER-UX:*:*)
1215 echo sx4-nec-superux${UNAME_RELEASE} 1205 echo sx4-nec-superux${UNAME_RELEASE}
1216 exit ;; 1206 exit ;;
@@ -1266,7 +1256,7 @@ EOF
1266 NEO-?:NONSTOP_KERNEL:*:*) 1256 NEO-?:NONSTOP_KERNEL:*:*)
1267 echo neo-tandem-nsk${UNAME_RELEASE} 1257 echo neo-tandem-nsk${UNAME_RELEASE}
1268 exit ;; 1258 exit ;;
1269 NSE-*:NONSTOP_KERNEL:*:*) 1259 NSE-?:NONSTOP_KERNEL:*:*)
1270 echo nse-tandem-nsk${UNAME_RELEASE} 1260 echo nse-tandem-nsk${UNAME_RELEASE}
1271 exit ;; 1261 exit ;;
1272 NSR-?:NONSTOP_KERNEL:*:*) 1262 NSR-?:NONSTOP_KERNEL:*:*)
@@ -1340,6 +1330,9 @@ EOF
1340 exit ;; 1330 exit ;;
1341esac 1331esac
1342 1332
1333#echo '(No uname command or uname output not recognized.)' 1>&2
1334#echo "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" 1>&2
1335
1343eval $set_cc_for_build 1336eval $set_cc_for_build
1344cat >$dummy.c <<EOF 1337cat >$dummy.c <<EOF
1345#ifdef _SEQUENT_ 1338#ifdef _SEQUENT_