mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
Revert:
2019-01-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> * config.guess (sun4*:SunOS:5.*:*): Return sparcv9-sun-solaris2.* with 64-bit compiler. (tadpole*:SunOS:5.*:*): Likewise.
This commit is contained in:
parent
b0cc4c6f78
commit
2221f7d58e
@ -1,3 +1,12 @@
|
|||||||
|
2019-01-15 Ben Elliston <bje@gnu.org>
|
||||||
|
|
||||||
|
Revert:
|
||||||
|
2019-01-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
||||||
|
|
||||||
|
* config.guess (sun4*:SunOS:5.*:*): Return sparcv9-sun-solaris2.*
|
||||||
|
with 64-bit compiler.
|
||||||
|
(tadpole*:SunOS:5.*:*): Likewise.
|
||||||
|
|
||||||
2019-01-05 Ben Elliston <bje@gnu.org>
|
2019-01-05 Ben Elliston <bje@gnu.org>
|
||||||
|
|
||||||
* config.sub (shl): Recognise.
|
* config.sub (shl): Recognise.
|
||||||
|
17
config.guess
vendored
17
config.guess
vendored
@ -2,7 +2,7 @@
|
|||||||
# Attempt to guess a canonical system name.
|
# Attempt to guess a canonical system name.
|
||||||
# Copyright 1992-2019 Free Software Foundation, Inc.
|
# Copyright 1992-2019 Free Software Foundation, Inc.
|
||||||
|
|
||||||
timestamp='2019-01-03'
|
timestamp='2019-01-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
|
||||||
@ -385,20 +385,7 @@ case "$UNAME_MACHINE:$UNAME_SYSTEM:$UNAME_RELEASE:$UNAME_VERSION" in
|
|||||||
echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
|
echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
|
||||||
exit ;;
|
exit ;;
|
||||||
sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
|
sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
|
||||||
set_cc_for_build
|
echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
|
||||||
SUN_ARCH=sparc
|
|
||||||
# If there is a compiler, see if it is configured for 64-bit objects.
|
|
||||||
# Note that the Sun cc does not turn __LP64__ into 1 like gcc does.
|
|
||||||
# This test works for both compilers.
|
|
||||||
if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
|
|
||||||
if (echo '#ifdef __sparcv9'; echo IS_64BIT_ARCH; echo '#endif') | \
|
|
||||||
(CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
|
|
||||||
grep IS_64BIT_ARCH >/dev/null
|
|
||||||
then
|
|
||||||
SUN_ARCH=sparcv9
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
echo "$SUN_ARCH"-sun-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
|
|
||||||
exit ;;
|
exit ;;
|
||||||
i86pc:AuroraUX:5.*:* | i86xen:AuroraUX:5.*:*)
|
i86pc:AuroraUX:5.*:* | i86xen:AuroraUX:5.*:*)
|
||||||
echo i386-pc-auroraux"$UNAME_RELEASE"
|
echo i386-pc-auroraux"$UNAME_RELEASE"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user