mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 10:36:37 +12:00
* config.guess: Change support for Sun C/C++ 5.9 on Linux/x86 to
use compiler-specific predefines other than __sun.
This commit is contained in:
parent
8792165d45
commit
d93faf785e
@ -1,3 +1,8 @@
|
||||
2006-05-13 Bruno Haible <bruno@clisp.org>
|
||||
|
||||
* config.guess: Change support for Sun C/C++ 5.9 on Linux/x86 to
|
||||
use compiler-specific predefines other than __sun.
|
||||
|
||||
2006-05-12 Ben Elliston <bje@gnu.org>
|
||||
|
||||
* config.sub (spu): New.
|
||||
|
2
config.guess
vendored
2
config.guess
vendored
@ -989,7 +989,7 @@ EOF
|
||||
LIBC=gnulibc1
|
||||
# endif
|
||||
#else
|
||||
#if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__sun)
|
||||
#if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__SUNPRO_C) || defined(__SUNPRO_CC)
|
||||
LIBC=gnu
|
||||
#else
|
||||
LIBC=gnuaout
|
||||
|
Loading…
x
Reference in New Issue
Block a user