Best guess at configurations for our other arches. (totally untested)
This commit is contained in:
parent
2587e03b72
commit
b73f3861c3
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…
x
Reference in New Issue
Block a user