diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-02-21 21:22:13 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-02-21 21:22:13 +0000 |
commit | ba361932691d549ce89d243efac895d136334e58 (patch) | |
tree | 3c3cce46273dfb5038a4af57c15427df9ad23c8d /gdb/configure.host | |
parent | d3e48264a514bb66d200fef0c47ed2ed526c993c (diff) | |
download | gdb-ba361932691d549ce89d243efac895d136334e58.zip gdb-ba361932691d549ce89d243efac895d136334e58.tar.gz gdb-ba361932691d549ce89d243efac895d136334e58.tar.bz2 |
* configure.host: Add i[34567]86-*-openbsd[0-2].* and
i[34567]86-*-openbsd3.[0-3].
* config/i386/obsdaout.mh: New file.
Diffstat (limited to 'gdb/configure.host')
-rw-r--r-- | gdb/configure.host | 2 |
1 files changed, 2 insertions, 0 deletions
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 ;; |