diff options
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 68417af..b199dc4 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -3214,7 +3214,7 @@ xscale-*-elf) md_file=arm/arm.md ;; xscale-*-coff) - tm_file="coff.h arm/xscale-coff.h" + tm_file="arm/semi.h arm/aout.h arm/arm.h arm/coff.h arm/xscale-coff.h" tmake_file=arm/t-xscale-coff out_file=arm/arm.c md_file=arm/arm.md |