gas thunderx support
[deliverable/binutils-gdb.git] / gdb / configure.tgt
index d362cd960879a5c6ec16d0da1538de5f2747822d..8feda7c2077136ccafb3436920ea2abae0beffac 100644 (file)
@@ -14,6 +14,7 @@
 
 case $targ in
  *-*-irix* | \
+ alpha*-*-osf* | \
  d10v-*-* | \
  hppa*-*-hiux* | \
  i[34567]86-ncr-* | \
@@ -23,6 +24,8 @@ case $targ in
  mips*-*-pe | \
  rs6000-*-lynxos* | \
  sh*-*-pe | \
+ hppa*-*-hpux* | \
+ ia64-*-hpux* | \
  null)
     echo "*** Configuration $targ is obsolete." >&2
     echo "*** Support has been REMOVED." >&2
@@ -46,10 +49,6 @@ aarch64*-*-linux*)
        build_gdbserver=yes
        ;;
 
-alpha*-*-osf*)
-       # Target: Little-endian Alpha running OSF/1
-       gdb_target_obs="alpha-tdep.o alpha-osf1-tdep.o alpha-mdebug-tdep.o"
-       ;;
 alpha*-*-linux*)
        # Target: Little-endian Alpha running Linux
        gdb_target_obs="alpha-tdep.o alpha-mdebug-tdep.o alpha-linux-tdep.o \
@@ -141,7 +140,7 @@ frv-*-*)
        gdb_sim=../sim/frv/libsim.a
        ;;
 
-moxie-*-elf | moxie-*-rtems*)
+moxie-*-elf | moxie-*-moxiebox | moxie-*-rtems*)
        gdb_target_obs="moxie-tdep.o"
        gdb_sim=../sim/moxie/libsim.a
        ;;
@@ -152,10 +151,6 @@ h8300-*-*)
        gdb_sim=../sim/h8300/libsim.a
        ;;
 
-hppa*-*-hpux*)
-       # Target: HP PA-RISC running hpux
-       gdb_target_obs="hppa-tdep.o hppa-hpux-tdep.o solib-som.o solib-pa64.o"
-       ;;
 hppa*-*-linux*)
        # Target: HP PA-RISC running Linux
        gdb_target_obs="hppa-tdep.o hppa-linux-tdep.o glibc-tdep.o \
@@ -250,10 +245,6 @@ i[34567]86-*-*)
        gdb_target_obs="i386-tdep.o i387-tdep.o"
        ;;
 
-ia64-*-hpux*)
-       # Target: Intel IA-64 running HP-UX
-       gdb_target_obs="ia64-tdep.o ia64-hpux-tdep.o"
-       ;;
 ia64-*-linux*)
        # Target: Intel IA-64 running GNU/Linux
        gdb_target_obs="ia64-tdep.o ia64-linux-tdep.o linux-tdep.o \
@@ -367,6 +358,11 @@ mips64*-*-openbsd*)
        # Target: OpenBSD/mips64
        gdb_target_obs="mips-tdep.o mips64obsd-tdep.o obsd-tdep.o solib-svr4.o"
        ;;
+mips*-sde*-elf*)
+       # Target: MIPS SDE
+       gdb_target_obs="mips-tdep.o mips-sde-tdep.o remote-mips.o"
+       gdb_sim=../sim/mips/libsim.a
+       ;;
 mips*-*-elf)
        # Target: MIPS ELF
        gdb_target_obs="mips-tdep.o remote-mips.o"
@@ -437,7 +433,8 @@ powerpc*-*-linux*)
                        ppc64-tdep.o solib-svr4.o solib-spu.o \
                        spu-multiarch.o \
                        glibc-tdep.o symfile-mem.o linux-tdep.o \
-                       ravenscar-thread.o ppc-ravenscar-thread.o"
+                       ravenscar-thread.o ppc-ravenscar-thread.o \
+                       linux-record.o "
        gdb_sim=../sim/ppc/libsim.a
        build_gdbserver=yes
        ;;
@@ -618,6 +615,11 @@ xstormy16-*-*)
        # No simulator libraries are needed -- target uses SID.
        ;;
 
+ft32-*-elf)
+       gdb_target_obs="ft32-tdep.o"
+       gdb_sim=../sim/ft32/libsim.a
+       ;;
+
 v850*-*-elf | v850*-*-rtems*)
        # Target: NEC V850 processor
        gdb_target_obs="v850-tdep.o"
@@ -633,7 +635,7 @@ vax-*-openbsd*)
        gdb_target_obs="vax-tdep.o vaxobsd-tdep.o"
        ;;
 vax-*-*)
-       # Target: VAX running 4.2BSD or Ultrix
+       # Target: VAX
        gdb_target_obs="vax-tdep.o"
        ;;
 
This page took 0.031128 seconds and 4 git commands to generate.