summaryrefslogtreecommitdiff
path: root/gcc/configure.ac
diff options
context:
space:
mode:
authorSteve Ellcey <sje@cup.hp.com>2004-01-09 21:20:53 +0000
committerSteve Ellcey <sje@gcc.gnu.org>2004-01-09 21:20:53 +0000
commitb0fd7d27430f0f37393f2cc5b105f401601e0d2a (patch)
treef5cb67b98a65a84e73d341b8912aa47a96364dde /gcc/configure.ac
parent3897f229d5ef6d5767e1050388c24ae5be2f71e8 (diff)
downloadgcc-b0fd7d27430f0f37393f2cc5b105f401601e0d2a.tar.gz
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
Diffstat (limited to 'gcc/configure.ac')
-rw-r--r--gcc/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure.ac b/gcc/configure.ac
index a04a59da5ff..64980f36045 100644
--- a/gcc/configure.ac
+++ b/gcc/configure.ac
@@ -1898,7 +1898,7 @@ changequote([,])dnl
fi
else
case "${target}" in
- hppa64*-*-hpux*)
+ hppa64*-*-hpux* | ia64*-*-hpux*)
gcc_cv_ld_hidden=yes
;;
*)