Run --gc-sections tests only if supported.
[deliverable/binutils-gdb.git] / gdb / configure.tgt
index 380db32763e61059bb5268427db04cbcf137a5a2..137debae6fb4313504ad736c9700072ee9f98fb1 100644 (file)
@@ -94,7 +94,7 @@ arm*-*-symbianelf*)
        # Target: SymbianOS/arm
        gdb_target_obs="arm-tdep.o solib-target.o arm-symbian-tdep.o"
        ;;
-arm*-*-* | thumb*-*-* | strongarm*-*-* | xscale-*-*)
+arm*-*-*)
        # Target: ARM embedded system
        gdb_target_obs="arm-tdep.o"
        gdb_sim=../sim/arm/libsim.a
@@ -109,11 +109,13 @@ avr-*-*)
 bfin-*-*linux*)
        # Target: Blackfin Linux
        gdb_target_obs="bfin-tdep.o bfin-linux-tdep.o linux-tdep.o"
+       gdb_sim=../sim/bfin/libsim.a
        build_gdbserver=yes
        ;;
 bfin-*-*)
        # Target: Blackfin processor
        gdb_target_obs="bfin-tdep.o"
+       gdb_sim=../sim/bfin/libsim.a
        ;;
 
 cris*)
@@ -371,6 +373,11 @@ mips64*-*-openbsd*)
        gdb_target_obs="mips-tdep.o mips64obsd-tdep.o \
                        corelow.o solib.o solib-svr4.o"
        ;;
+mips*-*-elf)
+       # Target: MIPS ELF
+       gdb_target_obs="mips-tdep.o remote-mips.o"
+       gdb_sim=../sim/mips/libsim.a
+       ;;
 mips*-*-*)
        # Target: MIPS
        gdb_target_obs="mips-tdep.o"
@@ -545,6 +552,17 @@ spu*-*-*)
        build_gdbserver=yes
        ;;
 
+tic6x-*-*linux)
+       # Target: GNU/Linux TI C6x
+       gdb_target_obs="tic6x-tdep.o tic6x-linux-tdep.o solib-dsbt.o \
+                       glibc-tdep.o corelow.o linux-tdep.o"
+       ;;
+
+tic6x-*-*)
+       # Target: TI C6X 
+       gdb_target_obs="tic6x-tdep.o"
+       ;;
+
 xstormy16-*-*)
        # Target: Sanyo Xstormy16a processor
        gdb_target_obs="xstormy16-tdep.o"
This page took 0.023623 seconds and 4 git commands to generate.