|
@@ -2,9 +2,9 @@
|
|
# Attempt to guess a canonical system name.
|
|
# Attempt to guess a canonical system name.
|
|
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
|
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
|
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
|
|
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
|
|
-# 2011 Free Software Foundation, Inc.
|
|
+# 2011, 2012 Free Software Foundation, Inc.
|
|
|
|
|
|
-timestamp='2011-11-11'
|
|
+timestamp='2012-01-01'
|
|
|
|
|
|
# This file is free software; you can redistribute it and/or modify it
|
|
# This file is free software; you can redistribute it and/or modify it
|
|
# under the terms of the GNU General Public License as published by
|
|
# under the terms of the GNU General Public License as published by
|
|
@@ -57,8 +57,8 @@ GNU config.guess ($timestamp)
|
|
|
|
|
|
Originally written by Per Bothner.
|
|
Originally written by Per Bothner.
|
|
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
|
|
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
|
|
-2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free
|
|
+2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
|
|
-Software Foundation, Inc.
|
|
+Free Software Foundation, Inc.
|
|
|
|
|
|
This is free software; see the source for copying conditions. There is NO
|
|
This is free software; see the source for copying conditions. There is NO
|
|
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
|
|
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
|
|
@@ -145,7 +145,7 @@ UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
|
|
case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
|
|
case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
|
|
*:NetBSD:*:*)
|
|
*:NetBSD:*:*)
|
|
# NetBSD (nbsd) targets should (where applicable) match one or
|
|
# NetBSD (nbsd) targets should (where applicable) match one or
|
|
- # more of the tupples: *-*-netbsdelf*, *-*-netbsdaout*,
|
|
+ # more of the tuples: *-*-netbsdelf*, *-*-netbsdaout*,
|
|
# *-*-netbsdecoff* and *-*-netbsd*. For targets that recently
|
|
# *-*-netbsdecoff* and *-*-netbsd*. For targets that recently
|
|
# switched to ELF, *-*-netbsd* would select the old
|
|
# switched to ELF, *-*-netbsd* would select the old
|
|
# object file format. This provides both forward
|
|
# object file format. This provides both forward
|
|
@@ -897,16 +897,16 @@ EOF
|
|
echo ${UNAME_MACHINE}-unknown-linux-gnu
|
|
echo ${UNAME_MACHINE}-unknown-linux-gnu
|
|
exit ;;
|
|
exit ;;
|
|
cris:Linux:*:*)
|
|
cris:Linux:*:*)
|
|
- echo cris-axis-linux-gnu
|
|
+ echo ${UNAME_MACHINE}-axis-linux-gnu
|
|
exit ;;
|
|
exit ;;
|
|
crisv32:Linux:*:*)
|
|
crisv32:Linux:*:*)
|
|
- echo crisv32-axis-linux-gnu
|
|
+ echo ${UNAME_MACHINE}-axis-linux-gnu
|
|
exit ;;
|
|
exit ;;
|
|
frv:Linux:*:*)
|
|
frv:Linux:*:*)
|
|
- echo frv-unknown-linux-gnu
|
|
+ echo ${UNAME_MACHINE}-unknown-linux-gnu
|
|
exit ;;
|
|
exit ;;
|
|
hexagon:Linux:*:*)
|
|
hexagon:Linux:*:*)
|
|
- echo hexagon-unknown-linux-gnu
|
|
+ echo ${UNAME_MACHINE}-unknown-linux-gnu
|
|
exit ;;
|
|
exit ;;
|
|
i*86:Linux:*:*)
|
|
i*86:Linux:*:*)
|
|
LIBC=gnu
|
|
LIBC=gnu
|
|
@@ -948,7 +948,7 @@ EOF
|
|
test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
|
|
test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
|
|
;;
|
|
;;
|
|
or32:Linux:*:*)
|
|
or32:Linux:*:*)
|
|
- echo or32-unknown-linux-gnu
|
|
+ echo ${UNAME_MACHINE}-unknown-linux-gnu
|
|
exit ;;
|
|
exit ;;
|
|
padre:Linux:*:*)
|
|
padre:Linux:*:*)
|
|
echo sparc-unknown-linux-gnu
|
|
echo sparc-unknown-linux-gnu
|
|
@@ -989,7 +989,7 @@ EOF
|
|
echo ${UNAME_MACHINE}-dec-linux-gnu
|
|
echo ${UNAME_MACHINE}-dec-linux-gnu
|
|
exit ;;
|
|
exit ;;
|
|
x86_64:Linux:*:*)
|
|
x86_64:Linux:*:*)
|
|
- echo x86_64-unknown-linux-gnu
|
|
+ echo ${UNAME_MACHINE}-unknown-linux-gnu
|
|
exit ;;
|
|
exit ;;
|
|
xtensa*:Linux:*:*)
|
|
xtensa*:Linux:*:*)
|
|
echo ${UNAME_MACHINE}-unknown-linux-gnu
|
|
echo ${UNAME_MACHINE}-unknown-linux-gnu
|