mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 00:04:14 -05:00
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).
17 lines
258 B
Makefile
17 lines
258 B
Makefile
# $FreeBSD$
|
|
|
|
DEFAULT_VECTOR= bfd_elf32_powerpc_vec
|
|
|
|
SRCS+= cpu-powerpc.c \
|
|
cpu-rs6000.c \
|
|
elf32.c \
|
|
elf32-gen.c \
|
|
elf32-ppc.c \
|
|
elf32-target.h \
|
|
elflink.c \
|
|
ppcboot.c \
|
|
xcofflink.c
|
|
|
|
VECS+= ${DEFAULT_VECTOR} \
|
|
bfd_elf32_powerpcle_vec \
|
|
ppcboot_vec
|