diff options
Diffstat (limited to 'gcc')
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/config.gcc | 3 |
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) ;; |
