From aaed6e24e7d3f2cd11a9451f83752c299151c549 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Mon, 24 May 2004 21:00:09 +0000 Subject: Add OpenBSD/m88k support. * NEWS (New native configurations): Mention OpenBSD/m88k. * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h, config/m88k/obsd.mh, config/m88k/obsd.mt: New files. * Makefile.in (m88k_tdep_h): New variable. (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c. (m88kbsd-nat.o, m88k-tdep.o): New dependencies. * configure.host: Add m88*-*-openbsd*. * configure.tgt: Add m88*-*-openbsd*. --- gdb/configure.host | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gdb/configure.host') diff --git a/gdb/configure.host b/gdb/configure.host index 46e5fcc5416..886615559ee 100644 --- a/gdb/configure.host +++ b/gdb/configure.host @@ -15,6 +15,7 @@ arm*) gdb_host_cpu=arm ;; hppa*) gdb_host_cpu=pa ;; i[34567]86*) gdb_host_cpu=i386 ;; m68*) gdb_host_cpu=m68k ;; +m88*) gdb_host_cpu=m88k ;; mips*) gdb_host_cpu=mips ;; powerpc*) gdb_host_cpu=powerpc ;; sparcv9 | sparc64) gdb_host_cpu=sparc ;; @@ -88,6 +89,8 @@ m68*-*-netbsdelf*) gdb_host=nbsdelf ;; m68*-*-netbsd*) gdb_host=nbsdaout ;; m68*-*-openbsd*) gdb_host=obsd ;; +m88*-*-openbsd*) gdb_host=obsd ;; + mips-sgi-irix5*) gdb_host=irix5 ;; mips-sgi-irix6*) gdb_host=irix6 ;; mips*-*-linux*) gdb_host=linux ;; -- cgit v1.2.1