mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Best guess at configurations for our other arches. (totally untested)
This commit is contained in:
parent
2587e03b72
commit
b73f3861c3
3 changed files with 15 additions and 0 deletions
5
gnu/usr.bin/binutils/gdb/Makefile.arm
Normal file
5
gnu/usr.bin/binutils/gdb/Makefile.arm
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# $FreeBSD$
|
||||
|
||||
XSRCS+= armnbsd-nat.c armnbsd-tdep.c arm-tdep.c \
|
||||
core-regset.c
|
||||
CFLAGS+= -DDEFAULT_BFD_VEC=bfd_elf32_arm_vec
|
||||
5
gnu/usr.bin/binutils/gdb/Makefile.ia64
Normal file
5
gnu/usr.bin/binutils/gdb/Makefile.ia64
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# $FreeBSD$
|
||||
|
||||
XSRCS+= ia64-tdep.c ia64-fbsd-nat.c \
|
||||
core-regset.c
|
||||
CFLAGS+= -DDEFAULT_BFD_VEC=bfd_elf64_ia64_vec
|
||||
5
gnu/usr.bin/binutils/gdb/Makefile.powerpc
Normal file
5
gnu/usr.bin/binutils/gdb/Makefile.powerpc
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# $FreeBSD$
|
||||
|
||||
XSRCS+= ppcnbsd-nat.c ppc-tdep.c \
|
||||
core-regset.c
|
||||
CFLAGS+= -DDEFAULT_BFD_VEC=bfd_elf32_powerpc_vec
|
||||
Loading…
Reference in a new issue