Best guess at configurations for our other arches. (totally untested)

This commit is contained in:
David E. O'Brien 2002-06-29 03:18:28 +00:00
parent 2587e03b72
commit b73f3861c3
3 changed files with 15 additions and 0 deletions

View 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

View 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

View File

@ -0,0 +1,5 @@
# $FreeBSD$
XSRCS+= ppcnbsd-nat.c ppc-tdep.c \
core-regset.c
CFLAGS+= -DDEFAULT_BFD_VEC=bfd_elf32_powerpc_vec