mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 10:36:37 +12:00
* config.guess (i*86:Linux:*:*): Recognise the Sun Studio compiler
by handling #if defined(__sun).
This commit is contained in:
parent
266f165483
commit
827dfa8684
@ -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
2
config.guess
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user