freebsd-dev/gnu/usr.bin/binutils/libbfd/Makefile.sparc64
David E. O'Brien 7d0fc2f49e MAJOR cleanup of the Bmake framework.
This includes removing all vestiges of the old not-really supported
ability to build cross tools targeting non-FreeBSD systems, such as
m68k Lynx and NetBSD.  Move as much duplicated code from platform
Makefiles into the shared Makefiles.  Add a simple mechanism for
specifying ELF 'ldscripts'.  Also share as many .h files as possible
(now a single bfd.h vs. one per platform).
2004-07-08 17:05:34 +00:00

21 lines
300 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 \
sparcnetbsd.c \
sunos.c
VECS= ${DEFAULT_VECTOR} \
bfd_elf32_sparc_vec \
sparcnetbsd_vec \
sunos_big_vec