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
This commit is contained in:
parent
563facba2a
commit
cad6176232
@ -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
|
||||
|
@ -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)
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user