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]

[patch] remove stray float_format references


'float_format' has been obsolete since RTH's floating point rewrite, and
doesn't do anything here.

	* config.gcc: Remove 'float_format'.

--- config.gcc.old	2003-03-21 01:28:10.000000000 -0500
+++ config.gcc	2003-03-21 01:28:28.000000000 -0500
@@ -1324,7 +1324,6 @@
 	xm_defines=POSIX
 	xm_file=i386/xm-cygwin.h
 	tmake_file="i386/t-cygming i386/t-cygwin"
-	float_format=i386
 	extra_objs=winnt.o
 	c_target_objs=cygwin2.o
 	cxx_target_objs=cygwin2.o
@@ -1338,7 +1337,6 @@
 	xm_defines=POSIX
 	xm_file=i386/xm-mingw32.h
 	tmake_file="i386/t-cygming i386/t-mingw32"
-	float_format=i386
 	extra_objs=winnt.o
 	if test x$enable_threads = xyes; then
 		thread_file='win32'
@@ -2626,7 +2624,6 @@
 	;;
 vax-*-netbsdelf*)
 	tm_file="${tm_file} elfos.h netbsd.h netbsd-elf.h vax/elf.h vax/netbsd-elf.h"
-	float_format=vax
 	;;
 vax-*-netbsd*)
 	tm_file="${tm_file} netbsd.h netbsd-aout.h vax/netbsd.h"


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