summaryrefslogtreecommitdiff
path: root/gdb/configure.host
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2017-10-11 11:16:34 -0700
committerJohn Baldwin <jhb@FreeBSD.org>2017-10-11 11:16:34 -0700
commit4f9d99066edcefab0e5868d20cb9ddaa7b76da52 (patch)
tree50e172177ca5f7b58c77f4b53dc7576977472b84 /gdb/configure.host
parent7176dfd28d1a2a74e6d8dd698aeb857eb6edfb98 (diff)
Add native target for FreeBSD/arm.
gdb/ChangeLog: * Makefile.in (ALLDEPFILES): Add arm-fbsd-nat.c. * NEWS: Mention new FreeBSD/arm native configuration. * configure.host: Add arm*-*-freebsd*. * configure.nat: Likewise. * arm-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 911d9c1fe8..8e318343de 100644
--- a/gdb/configure.host
+++ b/gdb/configure.host
@@ -92,6 +92,7 @@ alpha*-*-netbsd* | alpha*-*-knetbsd*-gnu)
gdb_host=nbsd ;;
alpha*-*-openbsd*) gdb_host=nbsd ;;
+arm*-*-freebsd*) gdb_host=fbsd ;;
arm*-*-linux*) gdb_host=linux ;;
arm*-*-netbsdelf* | arm*-*-knetbsd*-gnu)
gdb_host=nbsdelf ;;