opnsense-src/gnu/usr.bin/binutils/libbfd/Makefile.sparc64
David E. O'Brien 264ea182b8 With tmm's latest change to the sparc64 dynamic loader, we can remove this
hack to binutils and use the stock sparc64 sources.
2004-06-20 09:46:13 +00:00

22 lines
418 B
Makefile

# $FreeBSD$
DEFAULT_VECTOR= bfd_elf64_sparc_vec
SRCS+= aout32.c \
cpu-sparc.c \
elf32-sparc.c \
elf32-target.h \
elf32.c \
elf64-sparc.c \
elf64-target.h \
elf64.c \
elflink.c \
sparcnetbsd.c \
sunos.c
VECS= ${DEFAULT_VECTOR} bfd_elf32_sparc_vec sparcnetbsd_vec sunos_big_vec
.if ${TARGET_ARCH} == "sparc64"
CFLAGS+= -DDEFAULT_VECTOR=${DEFAULT_VECTOR}
.endif
CLEANFILES+= elf32-target.h elf64-target.h