freebsd-dev/gnu/usr.bin/binutils/libbfd/Makefile.sparc64

23 lines
418 B
Makefile
Raw Normal View History

# $FreeBSD$
2001-10-14 00:58:59 +00:00
2002-12-02 09:59:05 +00:00
DEFAULT_VECTOR= bfd_elf64_sparc_vec
2001-10-14 00:58:59 +00:00
SRCS+= aout32.c \
cpu-sparc.c \
elf32-sparc.c \
elf32-target.h \
elf32.c \
elf64-sparc.c \
2001-10-14 00:58:59 +00:00
elf64-target.h \
elf64.c \
elflink.c \
sparcnetbsd.c \
sunos.c
2002-12-02 09:59:05 +00:00
VECS= ${DEFAULT_VECTOR} bfd_elf32_sparc_vec sparcnetbsd_vec sunos_big_vec
2001-10-14 00:58:59 +00:00
.if ${TARGET_ARCH} == "sparc64"
2002-12-02 09:59:05 +00:00
CFLAGS+= -DDEFAULT_VECTOR=${DEFAULT_VECTOR}
.endif
CLEANFILES+= elf32-target.h elf64-target.h