aboutsummaryrefslogtreecommitdiff
path: root/config.guess
diff options
context:
space:
mode:
authorEugene Sandulenko2009-05-16 12:28:17 +0000
committerEugene Sandulenko2009-05-16 12:28:17 +0000
commita9c382a857e14db6970f7e084284f01849d15b75 (patch)
tree45ed42997c085cb56f7d3fc99de513b4b3da04b8 /config.guess
parentbc6649ba453ecc196f7dd76730a6e5c774ee3cb2 (diff)
downloadscummvm-rg350-a9c382a857e14db6970f7e084284f01849d15b75.tar.gz
scummvm-rg350-a9c382a857e14db6970f7e084284f01849d15b75.tar.bz2
scummvm-rg350-a9c382a857e14db6970f7e084284f01849d15b75.zip
Update to latest version of GNU config
svn-id: r40625
Diffstat (limited to 'config.guess')
-rwxr-xr-xconfig.guess15
1 files changed, 12 insertions, 3 deletions
diff --git a/config.guess b/config.guess
index 3f51f4ea90..da83314608 100755
--- a/config.guess
+++ b/config.guess
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
# Free Software Foundation, Inc.
-timestamp='2008-12-19'
+timestamp='2009-04-27'
# 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
@@ -324,6 +324,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
case `/usr/bin/uname -p` in
sparc) echo sparc-icl-nx7; exit ;;
esac ;;
+ s390x:SunOS:*:*)
+ echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
+ exit ;;
sun4H:SunOS:5.*:*)
echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
exit ;;
@@ -1115,8 +1118,11 @@ EOF
pc:*:*:*)
# Left here for compatibility:
# uname -m prints for DJGPP always 'pc', but it prints nothing about
- # the processor, so we play safe by assuming i386.
- echo i386-pc-msdosdjgpp
+ # the processor, so we play safe by assuming i586.
+ # Note: whatever this is, it MUST be the same as what config.sub
+ # prints for the "djgpp" host, or else GDB configury will decide that
+ # this is a cross-build.
+ echo i586-pc-msdosdjgpp
exit ;;
Intel:Mach:3*:*)
echo i386-pc-mach3
@@ -1350,6 +1356,9 @@ EOF
i*86:rdos:*:*)
echo ${UNAME_MACHINE}-pc-rdos
exit ;;
+ i*86:AROS:*:*)
+ echo ${UNAME_MACHINE}-pc-aros
+ exit ;;
esac
#echo '(No uname command or uname output not recognized.)' 1>&2