diff options
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 ;; |