summaryrefslogtreecommitdiff
path: root/gdb/configure.tgt
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/configure.tgt')
-rw-r--r--gdb/configure.tgt11
1 files changed, 10 insertions, 1 deletions
diff --git a/gdb/configure.tgt b/gdb/configure.tgt
index 99deff296fc..9277e1e8d19 100644
--- a/gdb/configure.tgt
+++ b/gdb/configure.tgt
@@ -17,6 +17,7 @@ arm*) gdb_target_cpu=arm ;;
# OBSOLETE c[12]) gdb_target_cpu=convex ;;
hppa*) gdb_target_cpu=pa ;;
i[3456]86*) gdb_target_cpu=i386 ;;
+m68hc11*|m6811*) gdb_target_cpu=m68hc11 ;;
m68*) gdb_target_cpu=m68k ;;
m88*) gdb_target_cpu=m88k ;;
mips*) gdb_target_cpu=mips ;;
@@ -73,7 +74,7 @@ fr30-*-elf*) gdb_target=fr30 ;;
hppa*-*-bsd*) gdb_target=hppabsd ;;
hppa*-*-pro*) gdb_target=hppapro ;;
-hppa2.0w-*-hpux11*) gdb_target=hppa64 ;;
+hppa*64*-*-hpux11*) gdb_target=hppa64 ;;
hppa*-*-hpux*) gdb_target=hppahpux ;;
hppa*-*-hiux*) gdb_target=hppahpux ;;
hppa*-*-osf*) gdb_target=hppaosf ;;
@@ -133,6 +134,8 @@ ia64-*-linux*) gdb_target=linux ;;
m32r-*-elf*) gdb_target=m32r ;;
+m68hc11*-*-*|m6811*-*-*) gdb_target=m68hc11 ;;
+
m68000-*-sunos3*) gdb_target=sun2os3 ;;
m68000-*-sunos4*) gdb_target=sun2os4 ;;
@@ -299,3 +302,9 @@ z8k-*-coff*) gdb_target=z8k ;;
esac
+
+# map GDB target onto multi-arch support
+
+case "${gdb_target}" in
+m68hc11) gdb_multi_arch=yes ;;
+esac