diff options
Diffstat (limited to 'gdb/configure.tgt')
-rw-r--r-- | gdb/configure.tgt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/configure.tgt b/gdb/configure.tgt index 3b94942..5e9bc36 100644 --- a/gdb/configure.tgt +++ b/gdb/configure.tgt @@ -659,6 +659,11 @@ spu*-*-*) build_gdbserver=yes ;; +s12z-*-*) + # Target: Freescale S12z + gdb_target_obs="s12z-tdep.o" + ;; + tic6x-*-*linux) # Target: GNU/Linux TI C6x gdb_target_obs="tic6x-tdep.o tic6x-linux-tdep.o solib-dsbt.o \ |