aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorSteve Ellcey <sje@cup.hp.com>2002-06-24 16:06:21 +0000
committerSteve Ellcey <sje@gcc.gnu.org>2002-06-24 16:06:21 +0000
commitcad61762327f196e508c3adbbfcb4f1ab2b61a32 (patch)
treeea4b097c248dad65f38efadb4541c96554f546fe /gcc
parent563facba2a1a7fc02d7aebed231672d367301aa6 (diff)
downloadgcc-cad61762327f196e508c3adbbfcb4f1ab2b61a32.zip
gcc-cad61762327f196e508c3adbbfcb4f1ab2b61a32.tar.gz
gcc-cad61762327f196e508c3adbbfcb4f1ab2b61a32.tar.bz2
config.gcc (ia64*-*-hpux*): Set use_collect2 to no.
* gcc/config.gcc (ia64*-*-hpux*): Set use_collect2 to no. Set float_format to i128. From-SVN: r54953
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config.gcc3
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 8f57779..9158a80 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2002-06-20 Steve Ellcey <sje@cup.hp.com>
+ * gcc/config.gcc (ia64*-*-hpux*): Set use_collect2 to no.
+ Set float_format to i128.
+
2002-06-24 David S. Miller <davem@redhat.com>
* config/sparc/sparc.c (INIT_TARGET_OPTABS): If ARCH64, set the
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 062610c..82f9f4a 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -1432,7 +1432,8 @@ ia64*-*-hpux*)
if test x$enable_threads = xyes; then
thread_file='posix'
fi
- float_format=i386
+ use_collect2=no
+ float_format=i128
;;
ip2k-*-elf)
;;