From: Steve Ellcey Date: Mon, 24 Jun 2002 16:06:21 +0000 (+0000) Subject: config.gcc (ia64*-*-hpux*): Set use_collect2 to no. X-Git-Tag: releases/gcc-3.3.0~4129 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cad61762327f196e508c3adbbfcb4f1ab2b61a32;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8f577798c9d8..9158a80fdb8a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-06-20 Steve Ellcey + * gcc/config.gcc (ia64*-*-hpux*): Set use_collect2 to no. + Set float_format to i128. + 2002-06-24 David S. Miller * config/sparc/sparc.c (INIT_TARGET_OPTABS): If ARCH64, set the diff --git a/gcc/config.gcc b/gcc/config.gcc index 062610cffdd0..82f9f4a04c29 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) ;;