diff options
author | Mark Kettenis <kettenis@gnu.org> | 2005-05-22 19:11:42 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2005-05-22 19:11:42 +0000 |
commit | 872544e5f56d368a7719e43025efa354583f089f (patch) | |
tree | d58c2289f371ab8c7e775d870fea9ba941d3d391 /gdb/configure.host | |
parent | 10c42a7141c2d89992d5e0c1d2c3453df5142140 (diff) | |
download | gdb-872544e5f56d368a7719e43025efa354583f089f.zip gdb-872544e5f56d368a7719e43025efa354583f089f.tar.gz gdb-872544e5f56d368a7719e43025efa354583f089f.tar.bz2 |
* configure.host: Add arm*-*-openbsd*.
* configure.tgt: Add arm*-*-openbsd*.
Diffstat (limited to 'gdb/configure.host')
-rw-r--r-- | gdb/configure.host | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/configure.host b/gdb/configure.host index 3c59ad4..e781a2d 100644 --- a/gdb/configure.host +++ b/gdb/configure.host @@ -49,6 +49,7 @@ arm*-*-linux*) gdb_host=linux ;; arm*-*-netbsdelf* | arm*-*-knetbsd*-gnu) gdb_host=nbsdelf ;; arm*-*-netbsd*) gdb_host=nbsdaout ;; +arm*-*-openbsd*) gdb_host=nbsdelf ;; hppa*-*-hpux* | hppa*-*-hiux*) gdb_host=hpux ;; |