]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - gnu/usr.bin/binutils/libbfd/Makefile.powerpc64
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / gnu / usr.bin / binutils / libbfd / Makefile.powerpc64
1 # $FreeBSD$
2
3 ARCHS+= rs6000
4
5 DEFAULT_VECTOR= bfd_elf64_powerpc_vec
6 NO_WERROR.clang= 
7
8 SRCS+=  cpu-powerpc.c   \
9         cpu-rs6000.c    \
10         elf32.c         \
11         elf32-gen.c     \
12         elf32-ppc.c     \
13         elf32-target.h  \
14         elflink.c       \
15         elf64.c         \
16         elf64-gen.c     \
17         elf64-ppc.c     \
18         elf64-target.h  \
19         elflink.c       \
20         ppcboot.c       \
21         xcofflink.c
22
23 VECS+=  ${DEFAULT_VECTOR} \
24         bfd_elf64_powerpcle_vec \
25         bfd_elf32_powerpc_vec \
26         bfd_elf32_powerpcle_vec \
27         ppcboot_vec
28