diff options
author | Daniel Jacobowitz <drow@false.org> | 2005-04-29 18:43:35 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2005-04-29 18:43:35 +0000 |
commit | 009b6a7aa9a6f0916854b82dbcceee68f8e4328a (patch) | |
tree | f3ec8f083c0f9efeaceed61700a2997e6f57fa7a /ld/configure.tgt | |
parent | 9a813b7a53ed78f3bb5132e9a5efe6db7dc6fcfe (diff) | |
download | gdb-009b6a7aa9a6f0916854b82dbcceee68f8e4328a.zip gdb-009b6a7aa9a6f0916854b82dbcceee68f8e4328a.tar.gz gdb-009b6a7aa9a6f0916854b82dbcceee68f8e4328a.tar.bz2 |
* configure.tgt: Add h8300*-*-rtemscoff.
Switch h8300*-*-rtems* to elf.
Diffstat (limited to 'ld/configure.tgt')
-rw-r--r-- | ld/configure.tgt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/configure.tgt b/ld/configure.tgt index 7764b09..a83a087 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -284,10 +284,10 @@ thumb-*-pe) targ_emul=armpe ; targ_extra_ofiles="deffilep.o pe-dll.o" ;; xscale-*-coff) targ_emul=armcoff ;; xscale-*-elf) targ_emul=armelf ;; -h8300-*-hms* | h8300-*-coff* | h8300-*-rtems*) +h8300-*-hms* | h8300-*-coff* | h8300-*-rtemscoff*) targ_emul=h8300; targ_extra_emuls="h8300h h8300s h8300hn h8300sn h8300sx h8300sxn" ;; -h8300-*-elf*) +h8300-*-elf* | h8300-*-rtems*) targ_emul=h8300elf; targ_extra_emuls="h8300helf h8300self h8300hnelf h8300snelf h8300sxelf h8300sxnelf" ;; |