* config.guess (i*86:Linux:*:*): Recognise the Sun Studio compiler

by handling #if defined(__sun).
This commit is contained in:
Ben Elliston 2006-02-23 05:07:43 +00:00
parent 266f165483
commit 827dfa8684
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2006-02-23 Dan Nicolaescu <dann@ics.uci.edu>
* config.guess (i*86:Linux:*:*): Recognise the Sun Studio compiler
by handling #if defined(__sun).
2006-02-23 Ben Elliston <bje@gnu.org>
* config.guess: Handle i*:MSYS_NT-*:*:* for MSYS/Mingw.

2
config.guess vendored
View File

@ -986,7 +986,7 @@ EOF
LIBC=gnulibc1
# endif
#else
#if defined(__INTEL_COMPILER) || defined(__PGI)
#if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__sun)
LIBC=gnu
#else
LIBC=gnuaout