diff options
author | Daniel Jacobowitz <drow@false.org> | 2003-05-09 20:05:04 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2003-05-09 20:05:04 +0000 |
commit | d2012d17180930c0b701d82262d91163f10dc113 (patch) | |
tree | 38432752770c366cae148bfd7ef7fceb3c33d327 /ld/configure.tgt | |
parent | 4ec72bdef89669d10d51cf76c0698461026b8f15 (diff) | |
download | gdb-d2012d17180930c0b701d82262d91163f10dc113.zip gdb-d2012d17180930c0b701d82262d91163f10dc113.tar.gz gdb-d2012d17180930c0b701d82262d91163f10dc113.tar.bz2 |
* Makefile.am (ALL_EMULATIONS): Add earmelfb.o and earmelfb_linux.o.
(earmelfb.c, earmelfb_linux.c): New rules.
* Makefile.in: Regenerated.
* emulparams/armelfb.sh, emulparams/armelfb_linux.sh: New files.
Diffstat (limited to 'ld/configure.tgt')
-rw-r--r-- | ld/configure.tgt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ld/configure.tgt b/ld/configure.tgt index 66f2f5e..180eb94 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -240,10 +240,12 @@ arm-*-netbsd*) targ_emul=armnbsd; arm-*-nto*) targ_emul=armnto ;; arm-*-openbsd*) targ_emul=armnbsd ;; arm-*-rtems*) targ_emul=armelf ;; +armeb-*-elf) targ_emul=armelfb ;; arm-*-elf) targ_emul=armelf ;; arm-*-kaos*) targ_emul=armelf ;; arm9e-*-elf) targ_emul=armelf ;; arm-*-oabi) targ_emul=armelf_oabi ;; +arm*b-*-linux-gnu*) targ_emul=armelfb_linux; targ_extra_emuls=armelfb ;; arm*-*-linux-gnu*) targ_emul=armelf_linux; targ_extra_emuls=armelf ;; arm*-*-uclinux*) targ_emul=armelf_linux; targ_extra_emuls=armelf ;; arm*-*-conix*) targ_emul=armelf ;; |