diff options
Diffstat (limited to 'gcc/configure')
-rwxr-xr-x | gcc/configure | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/configure b/gcc/configure index 11d4c820404..d2a998cf01f 100755 --- a/gcc/configure +++ b/gcc/configure @@ -3001,6 +3001,10 @@ for machine in $build $host $target; do tm_file=arm/aout.h tmake_file=arm/t-bare ;; + arm*-*-ecos-elf) + tm_file=arm/ecos-elf.h + tmake_file=arm/t-elf + ;; arm*-*-elf) tm_file=arm/unknown-elf.h tmake_file=arm/t-arm-elf |