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).
13 lines
180 B
Makefile
13 lines
180 B
Makefile
# $FreeBSD$
|
|
|
|
DEFAULT_VECTOR= bfd_elf32_i386_freebsd_vec
|
|
|
|
SRCS+= cpu-i386.c \
|
|
elf32-i386.c \
|
|
elf32-target.h \
|
|
elf32.c \
|
|
elflink.c
|
|
|
|
VECS= ${DEFAULT_VECTOR} \
|
|
bfd_elf32_i386_vec
|