diff options
Diffstat (limited to 'gdb/configure.tgt')
-rw-r--r-- | gdb/configure.tgt | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gdb/configure.tgt b/gdb/configure.tgt index fb8014a..dbd9114 100644 --- a/gdb/configure.tgt +++ b/gdb/configure.tgt @@ -29,6 +29,7 @@ case $targ in hppa*-*-hpux* | \ ia64-*-hpux* | \ *-*-vxworks* | \ + mt-*-* | \ null) echo "*** Configuration $targ is obsolete." >&2 echo "*** Support has been REMOVED." >&2 @@ -442,11 +443,6 @@ msp430*-*-elf) gdb_sim=../sim/msp430/libsim.a ;; -mt-*-*) - # Target: Morpho Technologies ms1 processor - gdb_target_obs="mt-tdep.o" - ;; - nds32*-*-elf) # Target: AndesTech NDS32 core gdb_target_obs="nds32-tdep.o" |