This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Small IA64 HP-UX patch for config.gcc


I had initially included this in a larger patch that I am currently
reworking so I thought I would break this simple change out and submit
it.  It only affects IA64 HP-UX, where we use full 128 bit floats for
long double and do not need any support from collect2 because we use the
HP linker (gld has not been ported).  Can someone approve it for
checkin?

Steve Ellcey
sje@cup.hp.com



2002-06-21  Steve Ellcey  <sje@cup.hp.com>
	* gcc/config.gcc (ia64*-*-hpux*): Set use_collect2 to no.
	Set float_format to i128.


*** gcc.orig/gcc/config.gcc	Thu Jun 20 09:06:43 2002
--- gcc/gcc/config.gcc	Fri Jun 21 12:42:40 2002
*************** ia64*-*-hpux*)
*** 1424,1430 ****
  	if test x$enable_threads = xyes; then
  		thread_file='posix'
  	fi
! 	float_format=i386
  	;;
  m32r-*-elf*)
  	tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
--- 1424,1431 ----
  	if test x$enable_threads = xyes; then
  		thread_file='posix'
  	fi
! 	use_collect2=no
! 	float_format=i128
  	;;
  m32r-*-elf*)
  	tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]