mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 01:28:46 +00:00
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.
This commit is contained in:
@@ -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 ;;
|
||||
|
||||
Reference in New Issue
Block a user