aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure.host
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2017-08-10 11:00:42 -0700
committerJohn Baldwin <jhb@FreeBSD.org>2017-09-06 09:42:08 -0700
commit351787dd4cb8439c0b49472648dd97ebedb5f575 (patch)
tree4afb415637a40db078b8a219e3df09ea2279fe50 /gdb/configure.host
parentc0f84956d0df0f004e31a987ecc77ea0d293e62c (diff)
downloadgdb-351787dd4cb8439c0b49472648dd97ebedb5f575.zip
gdb-351787dd4cb8439c0b49472648dd97ebedb5f575.tar.gz
gdb-351787dd4cb8439c0b49472648dd97ebedb5f575.tar.bz2
Add native target for FreeBSD/aarch64.
gdb/ChangeLog: * Makefile.in (ALLDEPFILES): Add mips-fbsd-nat.c. * NEWS: Mention new FreeBSD/mips native configuration. * configure.host: Add aarch64*-*-freebsd*. * configure.nat: Likewise. * aarch64-fbsd-nat.c: New file.
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 d74fd04..304675f 100644
--- a/gdb/configure.host
+++ b/gdb/configure.host
@@ -84,6 +84,7 @@ case "${host}" in
*-*-darwin*) gdb_host=darwin ;;
aarch64*-*-linux*) gdb_host=linux ;;
+aarch64*-*-freebsd*) gdb_host=fbsd ;;
alpha*-*-linux*) gdb_host=alpha-linux ;;
alpha*-*-netbsd* | alpha*-*-knetbsd*-gnu)