Move some declarations to source.h
[deliverable/binutils-gdb.git] / gdb / configure.tgt
index 701ad6c48605fd72cb8afea40fa711c3b817133c..122baf3a8897b0152824563dda9666f0a1f1afb5 100644 (file)
@@ -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"
@@ -463,6 +459,12 @@ nios2*-*-*)
        gdb_target_obs="nios2-tdep.o"
        ;;
 
+or1k-*-* | or1knd-*-*)
+       # Target: OpenCores OpenRISC 1000 32-bit implementation bare metal
+       gdb_target_obs="or1k-tdep.o"
+       gdb_sim=../sim/or1k/libsim.a
+       ;;
+
 powerpc*-*-freebsd*)
        # Target: FreeBSD/powerpc
        gdb_target_obs="rs6000-tdep.o ppc-sysv-tdep.o ppc64-tdep.o \
@@ -513,8 +515,8 @@ powerpc*-*-*)
 
 s390*-*-linux*)
        # Target: S390 running Linux
-       gdb_target_obs="s390-linux-tdep.o solib-svr4.o linux-tdep.o \
-                       linux-record.o"
+       gdb_target_obs="s390-linux-tdep.o s390-tdep.o solib-svr4.o \
+                       linux-tdep.o linux-record.o symfile-mem.o"
        build_gdbserver=yes
        ;;
 
This page took 0.024819 seconds and 4 git commands to generate.