diff options
Diffstat (limited to 'gas/configure.tgt')
-rw-r--r-- | gas/configure.tgt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gas/configure.tgt b/gas/configure.tgt index 0c7d4fc..79f3b3f 100644 --- a/gas/configure.tgt +++ b/gas/configure.tgt @@ -138,9 +138,8 @@ case ${generic_target} in arm-*-aout) fmt=aout ;; arm-*-coff) fmt=coff ;; arm-*-phoenix*) fmt=elf ;; - arm-*-rtems*) fmt=elf ;; arm-*-elf) fmt=elf ;; - arm-*-eabi*) fmt=elf em=armeabi ;; + arm-*-eabi* | arm-*-rtems*) fmt=elf em=armeabi ;; arm-*-symbianelf*) fmt=elf em=symbian ;; arm-*-kaos*) fmt=elf ;; arm-*-conix*) fmt=elf ;; |