diff options
author | John Baldwin <jhb@FreeBSD.org> | 2017-10-11 11:16:34 -0700 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2017-10-11 11:16:34 -0700 |
commit | 4f9d99066edcefab0e5868d20cb9ddaa7b76da52 (patch) | |
tree | 50e172177ca5f7b58c77f4b53dc7576977472b84 /gdb/configure.host | |
parent | 7176dfd28d1a2a74e6d8dd698aeb857eb6edfb98 (diff) | |
download | binutils-4f9d99066edcefab0e5868d20cb9ddaa7b76da52.zip binutils-4f9d99066edcefab0e5868d20cb9ddaa7b76da52.tar.gz binutils-4f9d99066edcefab0e5868d20cb9ddaa7b76da52.tar.bz2 |
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.host | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/configure.host b/gdb/configure.host index 911d9c1..8e31834 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 ;; |