mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -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
27 lines
400 B
Makefile
27 lines
400 B
Makefile
# $FreeBSD$
|
|
|
|
ARCHS+= rs6000
|
|
|
|
DEFAULT_VECTOR= bfd_elf64_powerpc_vec
|
|
|
|
SRCS+= cpu-powerpc.c \
|
|
cpu-rs6000.c \
|
|
elf32.c \
|
|
elf32-gen.c \
|
|
elf32-ppc.c \
|
|
elf32-target.h \
|
|
elflink.c \
|
|
elf64.c \
|
|
elf64-gen.c \
|
|
elf64-ppc.c \
|
|
elf64-target.h \
|
|
elflink.c \
|
|
ppcboot.c \
|
|
xcofflink.c
|
|
|
|
VECS+= ${DEFAULT_VECTOR} \
|
|
bfd_elf64_powerpcle_vec \
|
|
bfd_elf32_powerpc_vec \
|
|
bfd_elf32_powerpcle_vec \
|
|
ppcboot_vec
|
|
|