diff options
author | Daniel Jacobowitz <drow@false.org> | 2005-03-16 17:27:17 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2005-03-16 17:27:17 +0000 |
commit | deeaaff8d2dc3199269774f2cc7011083211d776 (patch) | |
tree | 4d3de67009bb547a6e2da47f3df747d35fc7d7ad /gas/configure.tgt | |
parent | 36bfbdd3902600b2482e1287ced254d31d91f739 (diff) | |
download | gdb-deeaaff8d2dc3199269774f2cc7011083211d776.zip gdb-deeaaff8d2dc3199269774f2cc7011083211d776.tar.gz gdb-deeaaff8d2dc3199269774f2cc7011083211d776.tar.bz2 |
* configure.tgt: Set emulation for arm-*-eabi*.
* config/tc-arm.c (meabi_flags): Check EABI_DEFAULT.
* config/te-armeabi.h: New file.
* config/te-armlinuxeabi.h (EABI_DEFAULT): Define.
* config/te-symbian.h: Include "te-armeabi.h".
Diffstat (limited to 'gas/configure.tgt')
-rw-r--r-- | gas/configure.tgt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/configure.tgt b/gas/configure.tgt index 576e14e..f180b52 100644 --- a/gas/configure.tgt +++ b/gas/configure.tgt @@ -110,12 +110,12 @@ case ${generic_target} in arm-*-coff | thumb-*-coff) fmt=coff ;; arm-*-rtems* | thumb-*-rtems*) fmt=elf ;; arm-*-elf | thumb-*-elf) fmt=elf ;; - arm-*-eabi*) fmt=elf ;; + arm-*-eabi*) fmt=elf em=armeabi ;; arm-*-symbianelf*) fmt=elf em=symbian ;; arm-*-kaos*) fmt=elf ;; arm-*-conix*) fmt=elf ;; arm-*-linux*aout*) fmt=aout em=linux ;; - arm-*-linux-gnueabi*) fmt=elf em=armlinuxeabi ;; + arm-*-linux-gnueabi*) fmt=elf em=armlinuxeabi ;; arm-*-linux-gnu*) fmt=elf em=linux ;; arm-*-uclinux*) fmt=elf em=linux ;; arm-*-netbsdelf*) fmt=elf em=nbsd ;; |