freebsd-dev/gnu/usr.bin/binutils/libbfd/Makefile.powerpc
Marcel Moolenaar 5b728dfd69 Move the elf32-target.h and elf64-target.h targets from the MD
makefiles to the centralized makefile. This not only reduces
duplication, it also makes the MD quirks stand out better and
thus improves maintenance.
2004-06-19 20:37:38 +00:00

24 lines
374 B
Makefile

# $FreeBSD$
DEFAULT_VECTOR= bfd_elf32_powerpc_vec
SRCS+= \
cpu-powerpc.c \
cpu-rs6000.c \
elf32.c \
elf32-gen.c \
elf32-ppc.c \
elf32-target.h \
elflink.c \
ppcboot.c \
#xcofflink.c
VECS+= ${DEFAULT_VECTOR} \
bfd_elf32_powerpcle_vec \
ppcboot_vec
.if ${TARGET_ARCH} == "powerpc"
CFLAGS+= -DDEFAULT_VECTOR=${DEFAULT_VECTOR}
.endif
CLEANFILES+= elf32-target.h