diff options
author | Neil Booth <neil@daikokuya.demon.co.uk> | 2002-06-16 21:13:11 +0000 |
---|---|---|
committer | Neil Booth <neil@gcc.gnu.org> | 2002-06-16 21:13:11 +0000 |
commit | 3d05b15f106942bb499c9a5c1d143a3ddb33bd6f (patch) | |
tree | 6d05f9a5f563a6d5dc6f87e4264e8023dd41a591 /gcc/config.gcc | |
parent | daefe58e9352e710127683fa6d4da4f460186c9e (diff) | |
download | gcc-3d05b15f106942bb499c9a5c1d143a3ddb33bd6f.zip gcc-3d05b15f106942bb499c9a5c1d143a3ddb33bd6f.tar.gz gcc-3d05b15f106942bb499c9a5c1d143a3ddb33bd6f.tar.bz2 |
config.gcc: Add an i386/sysv4-cpp.h.
* config.gcc: Add an i386/sysv4-cpp.h. Remove i386-aout.h from
vxworks.
config/i386:
* i386-aout.h, i386elf.h, sysv4.h: Remove CPP_PREDEFINES.
* linux64.h: Use TARGET_OS_CPP_BUILTINS rather than
CPP_PREDEFINES and part of CPP_SPEC.
i386elf.h, mach.h, netware.h, rtemself.h, sco5.h, sol2.h,
vsta.h, vxi386.h, win32.h: Similarly.
* sysv4-cpp.h: New.
From-SVN: r54679
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 50b39ac..89ad581 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1006,7 +1006,7 @@ i[34567]86-ncr-sysv4*) # NCR 3000 - ix86 running system V.4 then tm_file=i386/sysv4gdb.h else - tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h" + tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/sysv4-cpp.h" fi extra_parts="crtbegin.o crtend.o" tmake_file=i386/t-crtpic @@ -1031,7 +1031,7 @@ i[34567]86-sequent-sysv*) # would otherwise be caught by i?86-*-sysv* exit 1 ;; i[34567]86-wrs-vxworks*) - tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h i386/i386-aout.h i386/vxi386.h" + tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/gstabs.h i386/vxi386.h" thread_file='vxworks' ;; i[34567]86-*-aout*) @@ -1230,7 +1230,7 @@ i[34567]86-*-sysv5*) # Intel x86 on System V Release 5 ;; i[34567]86-*-sysv4*) # Intel 80386's running system V.4 xm_defines="POSIX SMALL_ARG_MAX" - tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h" + tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h svr4.h i386/sysv4.h i386/sysv4-cpp.h" if test x$stabs = xyes then tm_file="${tm_file} dbx.h" |