aboutsummaryrefslogtreecommitdiff
path: root/gas/configure.tgt
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2005-04-29 18:43:35 +0000
committerDaniel Jacobowitz <drow@false.org>2005-04-29 18:43:35 +0000
commit009b6a7aa9a6f0916854b82dbcceee68f8e4328a (patch)
treef3ec8f083c0f9efeaceed61700a2997e6f57fa7a /gas/configure.tgt
parent9a813b7a53ed78f3bb5132e9a5efe6db7dc6fcfe (diff)
downloadgdb-009b6a7aa9a6f0916854b82dbcceee68f8e4328a.zip
gdb-009b6a7aa9a6f0916854b82dbcceee68f8e4328a.tar.gz
gdb-009b6a7aa9a6f0916854b82dbcceee68f8e4328a.tar.bz2
* configure.tgt: Add h8300*-*-rtemscoff.
Switch h8300*-*-rtems* to elf.
Diffstat (limited to 'gas/configure.tgt')
-rw-r--r--gas/configure.tgt4
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/configure.tgt b/gas/configure.tgt
index 5860499..6d4ea61 100644
--- a/gas/configure.tgt
+++ b/gas/configure.tgt
@@ -161,9 +161,9 @@ case ${generic_target} in
hppa-*-bsd*) fmt=som em=hppa ;;
hppa-*-hiux*) fmt=som em=hppa ;;
- h8300-*-rtems*) fmt=coff ;;
+ h8300-*-rtemscoff*) fmt=coff ;;
h8300-*-coff) fmt=coff ;;
- h8300-*-elf) fmt=elf ;;
+ h8300-*-elf | h8300-*-rtems*) fmt=elf ;;
h8500-*-rtems*) fmt=coff ;;
h8500-*-coff) fmt=coff ;;