mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
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.
This commit is contained in:
@ -144,6 +144,11 @@ case ${gdb_host} in
|
||||
;;
|
||||
fbsd)
|
||||
case ${gdb_host_cpu} in
|
||||
aarch64)
|
||||
# Host: FreeBSD/aarch64
|
||||
NATDEPFILES="${NATDEPFILES} aarch64-fbsd-nat.o"
|
||||
LOADLIBES=
|
||||
;;
|
||||
i386)
|
||||
# Host: FreeBSD/i386
|
||||
NATDEPFILES="${NATDEPFILES} x86-nat.o x86-dregs.o \
|
||||
|
Reference in New Issue
Block a user