summaryrefslogtreecommitdiff
path: root/gdb/configure.host
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2004-02-20 18:46:34 +0000
committerMark Kettenis <kettenis@gnu.org>2004-02-20 18:46:34 +0000
commit6c84ccc04bbaee62aa6de3b14714325506ce0c68 (patch)
treedb590bb854344f3e436594bc70ca7f52c9dedcc1 /gdb/configure.host
parent584c22a44570ca2b0be0a437107a9e1ace7f48e6 (diff)
downloadgdb-6c84ccc04bbaee62aa6de3b14714325506ce0c68.tar.gz
* 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.host1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/configure.host b/gdb/configure.host
index 9632d7e5423..f775746a2a6 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 ;;