diff options
author | David O'Brien <obrien@FreeBSD.org> | 2001-11-16 21:23:16 +0000 |
---|---|---|
committer | David O'Brien <obrien@gcc.gnu.org> | 2001-11-16 21:23:16 +0000 |
commit | f910b1bb5fb405e648f172c2ba19a894724ecffe (patch) | |
tree | d40bbfe2a74b2c9607f050b0a705b1cac7df2e79 /gcc/config.gcc | |
parent | 9c8e9f62961c74d9ec6545358b4d69c70141cfcf (diff) | |
download | gcc-f910b1bb5fb405e648f172c2ba19a894724ecffe.zip gcc-f910b1bb5fb405e648f172c2ba19a894724ecffe.tar.gz gcc-f910b1bb5fb405e648f172c2ba19a894724ecffe.tar.bz2 |
config.gcc (arm*-*-rtems*, [...]): Include various CPU headers via tm_file.
2001-11-16 David O'Brien <obrien@FreeBSD.org>
* config.gcc (arm*-*-rtems*, arm-*-coff*, armel-*-coff*,
arm-*-vxworks*, arm-*-riscix1.[01]*, arm-*-riscix*,
arm-semi-aout, armel-semi-aout, arm-semi-aof, armel-semi-aof,
arm*-*-netbsd*, arm*-*-linux*, arm*-*-uclinux*, arm*-*-aout,
arm*-*-ecos-elf, arm*-*-elf, arm*-*-conix*, arm*-*-oabi,
arm-*-pe*, strongarm-*-elf*, strongarm-*-coff*, strongarm-*-pe,
xscale-*-elf, xscale-*-coff: Include various CPU headers via tm_file.
* config/arm/aof.h: Don't include arm.h.
* config/arm/aout.h: Likewise.
* config/arm/coff.h: Don't include semi.h and aout.h.
* config/arm/elf.h: Don't include aout.h.
* config/arm/netbsd.h: Don't include netbsd.h and aout.h.
(TARGET_VERSION): Undef before defining.
(ARM_OS_NAME): Likewise
(TARGET_DEFAULT): Likewise
(TARGET_MEM_FUNCTIONS): Do not need to undefine now.
* config/arm/pe.h: Don't include arm/coff.h.
* config/arm/riscix.h (CPP_SPEC, SUBTARGET_CPP_SPEC): Use
SUBTARGET_CPP_SPEC rather than overiding the arm.h CPP_SPEC definition.
* config/arm/riscix1-1.h: Likewise.
* config/arm/rix-gas.h: Don't include riscix.h.
(DBX_CONTIN_LENGTH): Undef before defining.
* config/arm/semi.h: Don't include aout.h.
* config/arm/semiaof.h: Don't include aof.h.
* config/arm/strongarm-coff.h: Don't include coff.h.
* config/arm/strongarm-pe.h: Don't include strongarm-coff.h and pe.h.
* config/arm/vxarm.h: Don't include arm/coff.h.
* config/arm/xscale-coff.h: Don't include coff.h.
Approved by: Nick Clifton <nickc@cambridge.redhat.com>
<m3ofm2c27q.fsf@north-pole.nickc.cambridge.redhat.com>
From-SVN: r47105
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 0a8ab63..3c2f4bd 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -593,31 +593,31 @@ arm*-*-linux*) # ARM GNU/Linux with ELF esac ;; arm*-*-uclinux*) # ARM ucLinux - tm_file="elfos.h arm/unknown-elf.h arm/elf.h arm/linux-gas.h arm/linux-elf.h arm/uclinux-elf.h" + tm_file="elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h arm/linux-gas.h arm/linux-elf.h arm/uclinux-elf.h" tmake_file=arm/t-arm-elf ;; arm*-*-aout) - tm_file=arm/aout.h + tm_file="arm/aout.h arm/arm.h" tmake_file=arm/t-arm-aout ;; arm*-*-ecos-elf) - tm_file="elfos.h arm/unknown-elf.h arm/elf.h arm/ecos-elf.h" + tm_file="elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h arm/ecos-elf.h" tmake_file=arm/t-arm-elf ;; arm*-*-elf) - tm_file="elfos.h arm/unknown-elf.h arm/elf.h" + tm_file="elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h" tmake_file=arm/t-arm-elf ;; arm*-*-conix*) - tm_file="elfos.h arm/unknown-elf.h arm/elf.h arm/conix-elf.h" + tm_file="elfos.h arm/unknown-elf.h arm/elf.h arm/conix-elf.h arm/aout.h arm/arm.h" tmake_file=arm/t-arm-elf ;; arm*-*-oabi) - tm_file="arm/unknown-elf-oabi.h elfos.h arm/unknown-elf.h arm/elf.h" + tm_file="arm/unknown-elf-oabi.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h" tmake_file=arm/t-arm-elf ;; arm-*-pe*) - tm_file=arm/pe.h + tm_file="arm/semi.h arm/aout.h arm/arm.h arm/coff.h arm/pe.h" tmake_file=arm/t-pe extra_objs="pe.o" ;; @@ -3133,19 +3133,19 @@ sparc64-*-linux*) # 64-bit Sparc's running GNU/Linux float_format=sparc ;; strongarm-*-elf*) - tm_file="arm/strongarm-elf.h elfos.h arm/unknown-elf.h arm/elf.h" + tm_file="arm/strongarm-elf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h" tmake_file=arm/t-strongarm-elf out_file=arm/arm.c md_file=arm/arm.md ;; strongarm-*-coff*) - tm_file=arm/strongarm-coff.h + tm_file="arm/semi.h arm/aout.h arm/coff.h arm/strongarm-coff.h arm/arm.h" tmake_file=arm/t-strongarm-coff out_file=arm/arm.c md_file=arm/arm.md ;; strongarm-*-pe) - tm_file=arm/strongarm-pe.h + tm_file="arm/semi.h arm/aout.h arm/coff.h arm/strongarm-coff.h arm/arm.h arm/pe.h arm/strongarm-pe.h" tmake_file=arm/t-strongarm-pe out_file=arm/arm.c md_file=arm/arm.md @@ -3217,13 +3217,13 @@ we32k-att-sysv*) use_collect2=yes ;; xscale-*-elf) - tm_file="arm/xscale-elf.h elfos.h arm/unknown-elf.h arm/elf.h" + tm_file="arm/xscale-elf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h" tmake_file=arm/t-xscale-elf out_file=arm/arm.c md_file=arm/arm.md ;; xscale-*-coff) - tm_file=arm/xscale-coff.h + tm_file="coff.h arm/xscale-coff.h" tmake_file=arm/t-xscale-coff out_file=arm/arm.c md_file=arm/arm.md |