Commit b0fd7d27 by Steve Ellcey Committed by Steve Ellcey

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
parent 3897f229
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> 2004-01-09 Joseph S. Myers <jsm@polyomino.org.uk>
PR c/11234 PR c/11234
......
...@@ -9877,7 +9877,7 @@ else ...@@ -9877,7 +9877,7 @@ else
fi fi
else else
case "${target}" in case "${target}" in
hppa64*-*-hpux*) hppa64*-*-hpux* | ia64*-*-hpux*)
gcc_cv_ld_hidden=yes gcc_cv_ld_hidden=yes
;; ;;
*) *)
......
...@@ -1898,7 +1898,7 @@ changequote([,])dnl ...@@ -1898,7 +1898,7 @@ changequote([,])dnl
fi fi
else else
case "${target}" in case "${target}" in
hppa64*-*-hpux*) hppa64*-*-hpux* | ia64*-*-hpux*)
gcc_cv_ld_hidden=yes gcc_cv_ld_hidden=yes
;; ;;
*) *)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment