diff options
author | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-05 21:19:14 +0000 |
---|---|---|
committer | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-05 21:19:14 +0000 |
commit | 0de49d7ea4a679b5e03d519128441278df7794ad (patch) | |
tree | f12ff4178bc6b33a4a1c0cc9d7643e52bca751a0 /gcc/config.gcc | |
parent | db1260aba33fda8e6448922c02d3b4a9e02dbfdd (diff) | |
download | gcc-0de49d7ea4a679b5e03d519128441278df7794ad.tar.gz |
Include arm/xscale-coff.h before arm/arm.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47693 138bc75d-0d04-0410-961f-82ee72b054a4
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 83f8f23b886..cd72260c960 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -3229,7 +3229,7 @@ xscale-*-elf) md_file=arm/arm.md ;; xscale-*-coff) - tm_file="arm/semi.h arm/aout.h arm/arm.h arm/coff.h arm/xscale-coff.h" + tm_file="arm/semi.h arm/aout.h arm/coff.h arm/xscale-coff.h arm/arm.h" tmake_file=arm/t-xscale-coff out_file=arm/arm.c md_file=arm/arm.md |