diff options
| author | Steve Ellcey <sje@cup.hp.com> | 2002-06-24 16:06:21 +0000 |
|---|---|---|
| committer | Steve Ellcey <sje@gcc.gnu.org> | 2002-06-24 16:06:21 +0000 |
| commit | cad61762327f196e508c3adbbfcb4f1ab2b61a32 (patch) | |
| tree | ea4b097c248dad65f38efadb4541c96554f546fe /gcc/config.gcc | |
| parent | 563facba2a1a7fc02d7aebed231672d367301aa6 (diff) | |
| download | gcc-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/config.gcc')
| -rw-r--r-- | gcc/config.gcc | 3 |
1 files changed, 2 insertions, 1 deletions
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) ;; |
