aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure.host
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2017-04-04 14:20:37 -0700
committerJohn Baldwin <jhb@FreeBSD.org>2017-04-04 14:20:37 -0700
commit1e1a8bef60db2f524c5eb1d27be22cfa9ff82a84 (patch)
tree8e269432f46bcb0925d9eb914917543f27338809 /gdb/configure.host
parent499079343549348e270047ffa2687a8a76523700 (diff)
downloadgdb-1e1a8bef60db2f524c5eb1d27be22cfa9ff82a84.zip
gdb-1e1a8bef60db2f524c5eb1d27be22cfa9ff82a84.tar.gz
gdb-1e1a8bef60db2f524c5eb1d27be22cfa9ff82a84.tar.bz2
Remove support for FreeBSD/alpha.
FreeBSD last shipped a release for Alpha (6.3) in 2008. This also removes support for GNU/kFreeBSD on Alpha. gdb/ChangeLog: * Makefile.in (ALL_64_TARGET_OBS): Remove alpha-fbsd-tdep.o. (ALLDEPFILES): Remove alpha-fbsd-tdep.c * NEWS: Mention that support for FreeBSD/alpha was removed. * alpha-fbsd-tdep.c: Delete file. * config/alpha/fbsd.mh: Delete file. * configure.host: Delete alpha*-*-freebsd* and alpha*-*-kfreebsd*-gnu. * configure.tgt: Delete alpha*-*-freebsd* and alpha*-*-kfreebsd*-gnu.
Diffstat (limited to 'gdb/configure.host')
-rw-r--r--gdb/configure.host4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/configure.host b/gdb/configure.host
index c45f61d..d74fd04 100644
--- a/gdb/configure.host
+++ b/gdb/configure.host
@@ -21,6 +21,8 @@ case $host in
;;
*-*-irix* | \
alpha*-*-osf* | \
+ alpha*-*-freebsd* | \
+ alpha*-*-kfreebsd*-gnu | \
arm*-*-netbsd* | \
hppa*-*-hiux* | \
i[34567]86-ncr-* | \
@@ -84,8 +86,6 @@ case "${host}" in
aarch64*-*-linux*) gdb_host=linux ;;
alpha*-*-linux*) gdb_host=alpha-linux ;;
-alpha*-*-freebsd* | alpha*-*-kfreebsd*-gnu)
- gdb_host=fbsd ;;
alpha*-*-netbsd* | alpha*-*-knetbsd*-gnu)
gdb_host=nbsd ;;
alpha*-*-openbsd*) gdb_host=nbsd ;;