From ba361932691d549ce89d243efac895d136334e58 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Sat, 21 Feb 2004 21:22:13 +0000 Subject: * configure.host: Add i[34567]86-*-openbsd[0-2].* and i[34567]86-*-openbsd3.[0-3]. * config/i386/obsdaout.mh: New file. --- gdb/configure.host | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gdb/configure.host') diff --git a/gdb/configure.host b/gdb/configure.host index f775746..d637568 100644 --- a/gdb/configure.host +++ b/gdb/configure.host @@ -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 ;; -- cgit v1.1