diff options
author | Steve Ellcey <sje@cup.hp.com> | 2004-01-09 21:20:53 +0000 |
---|---|---|
committer | Steve Ellcey <sje@gcc.gnu.org> | 2004-01-09 21:20:53 +0000 |
commit | b0fd7d27430f0f37393f2cc5b105f401601e0d2a (patch) | |
tree | f5cb67b98a65a84e73d341b8912aa47a96364dde /gcc/configure | |
parent | 3897f229d5ef6d5767e1050388c24ae5be2f71e8 (diff) | |
download | gcc-b0fd7d27430f0f37393f2cc5b105f401601e0d2a.zip gcc-b0fd7d27430f0f37393f2cc5b105f401601e0d2a.tar.gz gcc-b0fd7d27430f0f37393f2cc5b105f401601e0d2a.tar.bz2 |
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')
-rwxr-xr-x | gcc/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure b/gcc/configure index 2a80a61..543c7c3 100755 --- a/gcc/configure +++ b/gcc/configure @@ -9877,7 +9877,7 @@ else fi else case "${target}" in - hppa64*-*-hpux*) + hppa64*-*-hpux* | ia64*-*-hpux*) gcc_cv_ld_hidden=yes ;; *) |