1# $FreeBSD$ 2 3DEFAULT_VECTOR= bfd_elf32_powerpc_vec 4 5SRCS+= \ 6 cpu-powerpc.c \ 7 cpu-rs6000.c \ 8 elf32.c \ 9 elf32-gen.c \ 10 elf32-ppc.c \ 11 elf32-target.h \ 12 elflink.c \ 13 ppcboot.c \ 14 #xcofflink.c 15VECS+= ${DEFAULT_VECTOR} \ 16 bfd_elf32_powerpcle_vec \ 17 ppcboot_vec 18 19.if ${TARGET_ARCH} == "powerpc" 20CFLAGS+= -DDEFAULT_VECTOR=${DEFAULT_VECTOR} 21.endif 22 23CLEANFILES+= elf32-target.h 24