diff options
author | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-03-22 00:29:06 +0000 |
---|---|---|
committer | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-03-22 00:29:06 +0000 |
commit | 737c53119752777c9b79c234c04b985a62d017d8 (patch) | |
tree | 83aafe68b5f3b8ec08bb1394176038c4fdd8ea22 /gcc/config.gcc | |
parent | 82e92a75d5a8a3fdfe83d915dca84ece0f6a96f1 (diff) | |
download | gcc-737c53119752777c9b79c234c04b985a62d017d8.tar.gz |
* config.gcc: Remove 'float_format'.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64698 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index d8354d0290b..0da8afbecb9 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1287,7 +1287,6 @@ i[34567]86-*-pe | i[34567]86-*-cygwin*) tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/cygming.h i386/cygwin.h" 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 @@ -1300,7 +1299,6 @@ i[34567]86-*-mingw32*) tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h dbxcoff.h i386/cygming.h i386/mingw32.h" 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' @@ -2544,7 +2542,6 @@ vax-*-sysv*) # VAXen running system V ;; 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" |