* 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:
Ben Elliston 2006-05-12 19:20:18 +00:00
parent 8792165d45
commit d93faf785e
2 changed files with 6 additions and 1 deletions

View File

@ -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
View File

@ -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