diff options
author | Ben Elliston <bje@au.ibm.com> | 2006-05-14 00:51:19 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2006-05-14 00:51:19 +0000 |
commit | ea3d1626fe6c7a92e5f1a0ad6ae1ab0c5f0d5764 (patch) | |
tree | f4bc7524096b7a10d6321e7c6cf3170147daea11 /config.guess | |
parent | 7e68560d6b4996cc4ad729258abfac67a774829a (diff) | |
download | binutils-ea3d1626fe6c7a92e5f1a0ad6ae1ab0c5f0d5764.tar.gz binutils-ea3d1626fe6c7a92e5f1a0ad6ae1ab0c5f0d5764.tar.bz2 binutils-ea3d1626fe6c7a92e5f1a0ad6ae1ab0c5f0d5764.zip |
* config.sub, config.guess: Update from upstream sources.
Diffstat (limited to 'config.guess')
-rwxr-xr-x | config.guess | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.guess b/config.guess index 7149b1bbbdd..c085f4f51a2 100755 --- a/config.guess +++ b/config.guess @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, # Inc. -timestamp='2006-04-26' +timestamp='2006-05-13' # 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 @@ -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 |