diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-02-20 18:46:34 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-02-20 18:46:34 +0000 |
commit | 2031c21ae70d4cc45827d17d561097a74b66b374 (patch) | |
tree | c37244bd74207cb68eb930f3795214df669e7704 /gdb/configure.host | |
parent | 42471775ef8a345f81d1f957ae83b026211c2a9a (diff) | |
download | gdb-2031c21ae70d4cc45827d17d561097a74b66b374.zip gdb-2031c21ae70d4cc45827d17d561097a74b66b374.tar.gz gdb-2031c21ae70d4cc45827d17d561097a74b66b374.tar.bz2 |
* NEWS (New native configurations): Mention OpenBSD/alpha.
* configure.tgt: Add alpha*-*-openbsd*.
* configure.host: Add alpha*-*-openbsd*.
* alphanbsd-tdep.c: Update copyright year.
(_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
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 9632d7e..f775746 100644 --- a/gdb/configure.host +++ b/gdb/configure.host @@ -37,6 +37,7 @@ alpha*-*-osf[3456789]*) gdb_host=alpha-osf3 ;; alpha*-*-linux*) gdb_host=alpha-linux ;; alpha*-*-freebsd*) gdb_host=fbsd ;; alpha*-*-netbsd*) gdb_host=nbsd ;; +alpha*-*-openbsd*) gdb_host=nbsd ;; arm*-*-linux*) gdb_host=linux ;; arm*-*-netbsdelf*) gdb_host=nbsdelf ;; |