7d0fc2f49e
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).
21 lines
300 B
Makefile
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
|