freebsd-skq/gnu/usr.bin/binutils/libbfd/Makefile.sparc64
Dimitry Andric 6efa94bc57 Update BFD version and date, and add new upstream files. Also remove
the elf32-arm-fbsd.c kludge; it is now integrated cleanly into
contrib/binutils/bfd/elf32-arm.c.
2010-10-21 20:17:13 +00:00

23 lines
334 B
Makefile

# $FreeBSD$
DEFAULT_VECTOR= bfd_elf64_sparc_vec
SRCS+= aout32.c \
cpu-sparc.c \
elf32.c \
elf32-sparc.c \
elf32-target.h \
elf64.c \
elf64-sparc.c \
elf64-target.h \
elflink.c \
elfxx-sparc.c \
elfxx-sparc.h \
sparcnetbsd.c \
sunos.c
VECS= ${DEFAULT_VECTOR} \
bfd_elf32_sparc_vec \
sparcnetbsd_vec \
sunos_big_vec