mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-23 01:29:46 +08:00
configure.ac: (gcc_cv_ld_hidden) Set to true for ia64*-*-hpux*.
* configure.ac: (gcc_cv_ld_hidden) Set to true for ia64*-*-hpux*. * configure: Regenerate From-SVN: r75597
This commit is contained in:
parent
3897f229d5
commit
b0fd7d2743
@ -1,3 +1,8 @@
|
||||
2004-01-09 Steve Ellcey <sje@cup.hp.com>
|
||||
|
||||
* configure.ac: (gcc_cv_ld_hidden) Set to true for ia64*-*-hpux*.
|
||||
* configure: Regenerate
|
||||
|
||||
2004-01-09 Joseph S. Myers <jsm@polyomino.org.uk>
|
||||
|
||||
PR c/11234
|
||||
|
2
gcc/configure
vendored
2
gcc/configure
vendored
@ -9877,7 +9877,7 @@ else
|
||||
fi
|
||||
else
|
||||
case "${target}" in
|
||||
hppa64*-*-hpux*)
|
||||
hppa64*-*-hpux* | ia64*-*-hpux*)
|
||||
gcc_cv_ld_hidden=yes
|
||||
;;
|
||||
*)
|
||||
|
@ -1898,7 +1898,7 @@ changequote([,])dnl
|
||||
fi
|
||||
else
|
||||
case "${target}" in
|
||||
hppa64*-*-hpux*)
|
||||
hppa64*-*-hpux* | ia64*-*-hpux*)
|
||||
gcc_cv_ld_hidden=yes
|
||||
;;
|
||||
*)
|
||||
|
Loading…
Reference in New Issue
Block a user