gdb/
[deliverable/binutils-gdb.git] / gdb / configure.tgt
index eb05c2699d8ce00c4296293efa0c0e54d5cce08c..137debae6fb4313504ad736c9700072ee9f98fb1 100644 (file)
@@ -552,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.024728 seconds and 4 git commands to generate.