|
|
@ -2,7 +2,7 @@ |
|
|
|
# Attempt to guess a canonical system name. |
|
|
|
# Attempt to guess a canonical system name. |
|
|
|
# Copyright 1992-2016 Free Software Foundation, Inc. |
|
|
|
# Copyright 1992-2016 Free Software Foundation, Inc. |
|
|
|
|
|
|
|
|
|
|
|
timestamp='2016-02-11' |
|
|
|
timestamp='2016-05-15' |
|
|
|
|
|
|
|
|
|
|
|
# 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 |
|
|
@ -186,9 +186,12 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in |
|
|
|
*) machine=${UNAME_MACHINE_ARCH}-unknown ;; |
|
|
|
*) machine=${UNAME_MACHINE_ARCH}-unknown ;; |
|
|
|
esac |
|
|
|
esac |
|
|
|
# The Operating System including object format, if it has switched |
|
|
|
# The Operating System including object format, if it has switched |
|
|
|
# to ELF recently, or will in the future. |
|
|
|
# to ELF recently (or will in the future) and ABI. |
|
|
|
case "${UNAME_MACHINE_ARCH}" in |
|
|
|
case "${UNAME_MACHINE_ARCH}" in |
|
|
|
arm*|earm*|i386|m68k|ns32k|sh3*|sparc|vax) |
|
|
|
earm*) |
|
|
|
|
|
|
|
os=netbsdelf |
|
|
|
|
|
|
|
;; |
|
|
|
|
|
|
|
arm*|i386|m68k|ns32k|sh3*|sparc|vax) |
|
|
|
eval $set_cc_for_build |
|
|
|
eval $set_cc_for_build |
|
|
|
if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ |
|
|
|
if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ |
|
|
|
| grep -q __ELF__ |
|
|
|
| grep -q __ELF__ |
|
|
@ -386,7 +389,7 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in |
|
|
|
# This test works for both compilers. |
|
|
|
# This test works for both compilers. |
|
|
|
if [ "$CC_FOR_BUILD" != no_compiler_found ]; then |
|
|
|
if [ "$CC_FOR_BUILD" != no_compiler_found ]; then |
|
|
|
if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \ |
|
|
|
if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \ |
|
|
|
(CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ |
|
|
|
(CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \ |
|
|
|
grep IS_64BIT_ARCH >/dev/null |
|
|
|
grep IS_64BIT_ARCH >/dev/null |
|
|
|
then |
|
|
|
then |
|
|
|
SUN_ARCH=x86_64 |
|
|
|
SUN_ARCH=x86_64 |
|
|
@ -684,7 +687,7 @@ EOF |
|
|
|
exit (0); |
|
|
|
exit (0); |
|
|
|
} |
|
|
|
} |
|
|
|
EOF |
|
|
|
EOF |
|
|
|
(CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` |
|
|
|
(CCOPTS="" $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` |
|
|
|
test -z "$HP_ARCH" && HP_ARCH=hppa |
|
|
|
test -z "$HP_ARCH" && HP_ARCH=hppa |
|
|
|
fi ;; |
|
|
|
fi ;; |
|
|
|
esac |
|
|
|
esac |
|
|
@ -701,7 +704,7 @@ EOF |
|
|
|
# $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess |
|
|
|
# $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess |
|
|
|
# => hppa64-hp-hpux11.23 |
|
|
|
# => hppa64-hp-hpux11.23 |
|
|
|
|
|
|
|
|
|
|
|
if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | |
|
|
|
if echo __LP64__ | (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | |
|
|
|
grep -q __LP64__ |
|
|
|
grep -q __LP64__ |
|
|
|
then |
|
|
|
then |
|
|
|
HP_ARCH=hppa2.0w |
|
|
|
HP_ARCH=hppa2.0w |
|
|
@ -900,7 +903,7 @@ EOF |
|
|
|
exit ;; |
|
|
|
exit ;; |
|
|
|
*:GNU/*:*:*) |
|
|
|
*:GNU/*:*:*) |
|
|
|
# other systems with GNU libc and userland |
|
|
|
# other systems with GNU libc and userland |
|
|
|
echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC} |
|
|
|
echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC} |
|
|
|
exit ;; |
|
|
|
exit ;; |
|
|
|
i*86:Minix:*:*) |
|
|
|
i*86:Minix:*:*) |
|
|
|
echo ${UNAME_MACHINE}-pc-minix |
|
|
|
echo ${UNAME_MACHINE}-pc-minix |
|
|
@ -1276,6 +1279,9 @@ EOF |
|
|
|
SX-8R:SUPER-UX:*:*) |
|
|
|
SX-8R:SUPER-UX:*:*) |
|
|
|
echo sx8r-nec-superux${UNAME_RELEASE} |
|
|
|
echo sx8r-nec-superux${UNAME_RELEASE} |
|
|
|
exit ;; |
|
|
|
exit ;; |
|
|
|
|
|
|
|
SX-ACE:SUPER-UX:*:*) |
|
|
|
|
|
|
|
echo sxace-nec-superux${UNAME_RELEASE} |
|
|
|
|
|
|
|
exit ;; |
|
|
|
Power*:Rhapsody:*:*) |
|
|
|
Power*:Rhapsody:*:*) |
|
|
|
echo powerpc-apple-rhapsody${UNAME_RELEASE} |
|
|
|
echo powerpc-apple-rhapsody${UNAME_RELEASE} |
|
|
|
exit ;; |
|
|
|
exit ;; |
|
|
@ -1291,7 +1297,7 @@ EOF |
|
|
|
if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then |
|
|
|
if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then |
|
|
|
if [ "$CC_FOR_BUILD" != no_compiler_found ]; then |
|
|
|
if [ "$CC_FOR_BUILD" != no_compiler_found ]; then |
|
|
|
if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ |
|
|
|
if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ |
|
|
|
(CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ |
|
|
|
(CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \ |
|
|
|
grep IS_64BIT_ARCH >/dev/null |
|
|
|
grep IS_64BIT_ARCH >/dev/null |
|
|
|
then |
|
|
|
then |
|
|
|
case $UNAME_PROCESSOR in |
|
|
|
case $UNAME_PROCESSOR in |
|
|
@ -1386,7 +1392,7 @@ EOF |
|
|
|
echo i386-pc-xenix |
|
|
|
echo i386-pc-xenix |
|
|
|
exit ;; |
|
|
|
exit ;; |
|
|
|
i*86:skyos:*:*) |
|
|
|
i*86:skyos:*:*) |
|
|
|
echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' |
|
|
|
echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE} | sed -e 's/ .*$//'` |
|
|
|
exit ;; |
|
|
|
exit ;; |
|
|
|
i*86:rdos:*:*) |
|
|
|
i*86:rdos:*:*) |
|
|
|
echo ${UNAME_MACHINE}-pc-rdos |
|
|
|
echo ${UNAME_MACHINE}-pc-rdos |
|
|
@ -1405,18 +1411,17 @@ esac |
|
|
|
cat >&2 <<EOF |
|
|
|
cat >&2 <<EOF |
|
|
|
$0: unable to guess system type |
|
|
|
$0: unable to guess system type |
|
|
|
|
|
|
|
|
|
|
|
This script, last modified $timestamp, has failed to recognize |
|
|
|
This script (version $timestamp), has failed to recognize the |
|
|
|
the operating system you are using. It is advised that you |
|
|
|
operating system you are using. If your script is old, overwrite |
|
|
|
download the most up to date version of the config scripts from |
|
|
|
config.guess and config.sub with the latest versions from: |
|
|
|
|
|
|
|
|
|
|
|
http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess |
|
|
|
http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess |
|
|
|
and |
|
|
|
and |
|
|
|
http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub |
|
|
|
http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub |
|
|
|
|
|
|
|
|
|
|
|
If the version you run ($0) is already up to date, please |
|
|
|
If $0 has already been updated, send the following data and any |
|
|
|
send the following data and any information you think might be |
|
|
|
information you think might be pertinent to config-patches@gnu.org to |
|
|
|
pertinent to <config-patches@gnu.org> in order to provide the needed |
|
|
|
provide the necessary information to handle your system. |
|
|
|
information to handle your system. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
config.guess timestamp = $timestamp |
|
|
|
config.guess timestamp = $timestamp |
|
|
|
|
|
|
|
|
|
|
|