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:
Steve Ellcey 2004-01-09 21:20:53 +00:00 committed by Steve Ellcey
parent 3897f229d5
commit b0fd7d2743
3 changed files with 7 additions and 2 deletions

View File

@ -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
View File

@ -9877,7 +9877,7 @@ else
fi
else
case "${target}" in
hppa64*-*-hpux*)
hppa64*-*-hpux* | ia64*-*-hpux*)
gcc_cv_ld_hidden=yes
;;
*)

View File

@ -1898,7 +1898,7 @@ changequote([,])dnl
fi
else
case "${target}" in
hppa64*-*-hpux*)
hppa64*-*-hpux* | ia64*-*-hpux*)
gcc_cv_ld_hidden=yes
;;
*)