* configure.host: Add i[34567]86-*-openbsd[0-2].* and
authorMark Kettenis <kettenis@gnu.org>
Sat, 21 Feb 2004 21:22:13 +0000 (21:22 +0000)
committerMark Kettenis <kettenis@gnu.org>
Sat, 21 Feb 2004 21:22:13 +0000 (21:22 +0000)
i[34567]86-*-openbsd3.[0-3].
* config/i386/obsdaout.mh: New file.

gdb/ChangeLog
gdb/config/i386/obsdaout.mh [new file with mode: 0644]
gdb/configure.host

index 6b90c0c1da6b0e856609e0f642c06ada97a23e1b..a9c60099e8202c0ce8f05797b109b289b1eebc0f 100644 (file)
@@ -1,5 +1,9 @@
 2004-02-21  Mark Kettenis  <kettenis@gnu.org>
 
+       * configure.host: Add i[34567]86-*-openbsd[0-2].* and
+       i[34567]86-*-openbsd3.[0-3].
+       * config/i386/obsdaout.mh: New file.
+
        * config/i386/obsd.mh (MH_FLAGS): Remove.
 
        Fix PR build/1549.
diff --git a/gdb/config/i386/obsdaout.mh b/gdb/config/i386/obsdaout.mh
new file mode 100644 (file)
index 0000000..8ab548b
--- /dev/null
@@ -0,0 +1,7 @@
+# Host: OpenBSD/i386 a.out
+
+XM_FILE= xm-i386.h
+
+NAT_FILE= nm-obsd.h
+NATDEPFILES= fork-child.o infptrace.o inftarg.o i386bsd-nat.o i386obsd-nat.o \
+       solib.o solib-sunos.o
index f775746a2a6f41d93680d3329f245028e6f7d8c4..d637568263c8bef883d764bffc73aaa03605fc1e 100644 (file)
@@ -64,6 +64,8 @@ i[34567]86-*-linux*)  gdb_host=linux ;;
 i[34567]86-*-lynxos*)  gdb_host=i386lynx ;;
 i[34567]86-*-gnu*)     gdb_host=i386gnu ;;
 i[3456]86-*-nto*)      gdb_host=nto ;;
+i[34567]86-*-openbsd[0-2].* | i[34567]86-*-openbsd3.[0-3])
+                       gdb_host=obsdaout ;;
 i[34567]86-*-openbsd*) gdb_host=obsd ;;
 i[34567]86-*-sco3.2v5*)        gdb_host=i386sco5 ;;
 i[34567]86-*-sco3.2v4*)        gdb_host=i386sco4 ;;
This page took 0.026857 seconds and 4 git commands to generate.