diff options
author | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-12-16 13:09:57 +0000 |
---|---|---|
committer | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-12-16 13:09:57 +0000 |
commit | 8177d9d5c9b4aa996982e8d2e4e3919b48402415 (patch) | |
tree | d9995bcd168d6cbdc37b75b776f9bc2ee986148c /gcc/configure | |
parent | bed7d9a56293c768924158e10b6343dec5f2ee7b (diff) | |
download | gcc-8177d9d5c9b4aa996982e8d2e4e3919b48402415.tar.gz |
* configure.ac (gcc_cv_ld_hidden): Sun ld on Solaris 9 and up
supports hidden.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142779 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure')
-rwxr-xr-x | gcc/configure | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/configure b/gcc/configure index 9da1269e6e8..20a4b8acd01 100755 --- a/gcc/configure +++ b/gcc/configure @@ -21394,6 +21394,9 @@ else hppa64*-*-hpux* | ia64*-*-hpux*) gcc_cv_ld_hidden=yes ;; + *-*-solaris2.9* | *-*-solaris2.1[0-9]*) + gcc_cv_ld_hidden=yes + ;; *) gcc_cv_ld_hidden=no ;; |