mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 01:59:01 -05:00
a variety of bugs in binutils related to handling of 64-bit PPC ELF, provides a GCC configuration for 64-bit PowerPC on FreeBSD, and associated build systems tweaks. Obtained from: projects/ppc64
5 lines
112 B
Makefile
5 lines
112 B
Makefile
# $FreeBSD$
|
|
|
|
XSRCS+= ppcnbsd-nat.c ppc-tdep.c \
|
|
core-regset.c
|
|
CFLAGS+= -DDEFAULT_BFD_VEC=bfd_elf64_powerpc_vec
|