]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
config.gcc (ia64*-*-hpux*): Set use_collect2 to no.
authorSteve Ellcey <sje@cup.hp.com>
Mon, 24 Jun 2002 16:06:21 +0000 (16:06 +0000)
committerSteve Ellcey <sje@gcc.gnu.org>
Mon, 24 Jun 2002 16:06:21 +0000 (16:06 +0000)
* gcc/config.gcc (ia64*-*-hpux*): Set use_collect2 to no.
Set float_format to i128.

From-SVN: r54953

gcc/ChangeLog
gcc/config.gcc

index 8f577798c9d8100ecceeb70ee95a84ce76db4b1b..9158a80fdb8a39a40efb31f61e3c8576b49d9e93 100644 (file)
@@ -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
index 062610cffdd09102256af8d18aa4ad381e7c7108..82f9f4a04c29aef9322f73d52ef1e342f11f83b2 100644 (file)
@@ -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)            
        ;;