summaryrefslogtreecommitdiff
path: root/gcc/configure.ac
diff options
context:
space:
mode:
authorsje <sje@138bc75d-0d04-0410-961f-82ee72b054a4>2004-01-09 21:20:53 +0000
committersje <sje@138bc75d-0d04-0410-961f-82ee72b054a4>2004-01-09 21:20:53 +0000
commitecb7c90cc7d06b6d641a3d4a2803eb762a26e1e1 (patch)
treef5cb67b98a65a84e73d341b8912aa47a96364dde /gcc/configure.ac
parent48b3d38531f2736ec62d5d3af89cfc1b3a10aeea (diff)
downloadgcc-ecb7c90cc7d06b6d641a3d4a2803eb762a26e1e1.tar.gz
* configure.ac: (gcc_cv_ld_hidden) Set to true for ia64*-*-hpux*.
* configure: Regenerate git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75597 138bc75d-0d04-0410-961f-82ee72b054a4
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
;;
*)