diff options
author | David O'Brien <obrien@FreeBSD.org> | 2001-12-11 18:21:04 +0000 |
---|---|---|
committer | David O'Brien <obrien@gcc.gnu.org> | 2001-12-11 18:21:04 +0000 |
commit | 911713157618beaeb432bc646f82a074e4c28435 (patch) | |
tree | a5e83ace2be53c35675c5a8ac966558feecc1672 /gcc/config.gcc | |
parent | ff1c8a1a182c62516c88784b532df367edd1f45b (diff) | |
download | gcc-911713157618beaeb432bc646f82a074e4c28435.zip gcc-911713157618beaeb432bc646f82a074e4c28435.tar.gz gcc-911713157618beaeb432bc646f82a074e4c28435.tar.bz2 |
config.gcc (m68020-*-elf*): Expand tm_file to include all needed cpu configuration headers.
2001-12-11 David O'Brien <obrien@FreeBSD.org>
* config.gcc (m68020-*-elf*): Expand tm_file to include all needed
cpu configuration headers.
* config/h8300/elf.h: Include dbxelf.h.
* config/m68k/linux.h: Likewise.
* config/m68k/m68020-elf.h: Likewise.
* config/m68k/m68kv4.h: Likewise.
* config/sh/elf.h: Likewise.
* config/m68k/m68kemb.h: Add comment about the its purpose.
Approved by: Richard Henderson <rth@redhat.com>
Message-ID: <20011210155120.A23862@redhat.com>
From-SVN: r47885
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 10999d7..5144c16 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1895,7 +1895,7 @@ m68k-*-coff*) float_format=m68k ;; m68020-*-elf* | m68k-*-elf*) - tm_file="m68k/m68020-elf.h" + tm_file="m68k/m68k-none.h m68k/m68kelf.h dbxelf.h elfos.h m68k/m68kemb.h m68k/m68020-elf.h" xm_defines=POSIX tmake_file=m68k/t-m68kelf header_files=math-68881.h |