Commit bea41393 by Nathanael Nerode

* config.gcc: Remove 'float_format'.

From-SVN: r64698
parent b276402e
2003-03-21 Nathanael Nerode <neroden@gcc.gnu.org> 2003-03-21 Nathanael Nerode <neroden@gcc.gnu.org>
* config.gcc: Remove 'float_format'.
* fixproto: Define NULL and size_t in generated stdlib.h and * fixproto: Define NULL and size_t in generated stdlib.h and
unistd.h. Kill unused required_stdlib_h, required_unistd_h. unistd.h. Kill unused required_stdlib_h, required_unistd_h.
Rearrange file generation loop for readability. Generate time.h, Rearrange file generation loop for readability. Generate time.h,
......
...@@ -1287,7 +1287,6 @@ i[34567]86-*-pe | i[34567]86-*-cygwin*) ...@@ -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" 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 xm_file=i386/xm-cygwin.h
tmake_file="i386/t-cygming i386/t-cygwin" tmake_file="i386/t-cygming i386/t-cygwin"
float_format=i386
extra_objs=winnt.o extra_objs=winnt.o
c_target_objs=cygwin2.o c_target_objs=cygwin2.o
cxx_target_objs=cygwin2.o cxx_target_objs=cygwin2.o
...@@ -1300,7 +1299,6 @@ i[34567]86-*-mingw32*) ...@@ -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" 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 xm_file=i386/xm-mingw32.h
tmake_file="i386/t-cygming i386/t-mingw32" tmake_file="i386/t-cygming i386/t-mingw32"
float_format=i386
extra_objs=winnt.o extra_objs=winnt.o
if test x$enable_threads = xyes; then if test x$enable_threads = xyes; then
thread_file='win32' thread_file='win32'
...@@ -2544,7 +2542,6 @@ vax-*-sysv*) # VAXen running system V ...@@ -2544,7 +2542,6 @@ vax-*-sysv*) # VAXen running system V
;; ;;
vax-*-netbsdelf*) vax-*-netbsdelf*)
tm_file="${tm_file} elfos.h netbsd.h netbsd-elf.h vax/elf.h vax/netbsd-elf.h" tm_file="${tm_file} elfos.h netbsd.h netbsd-elf.h vax/elf.h vax/netbsd-elf.h"
float_format=vax
;; ;;
vax-*-netbsd*) vax-*-netbsd*)
tm_file="${tm_file} netbsd.h netbsd-aout.h vax/netbsd.h" tm_file="${tm_file} netbsd.h netbsd-aout.h vax/netbsd.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment