25faff346c
Prefer MACHNE_CPUARCH to MACHINE_ARCH in most contexts where you want to test of all the CPUs of a given family conform.
8 lines
187 B
Makefile
8 lines
187 B
Makefile
# $FreeBSD$
|
|
|
|
CFLAGS+= -elf
|
|
LDFLAGS+= -elf
|
|
# Uncomment this to build the dynamic linker as an executable instead
|
|
# of a shared library:
|
|
#LDSCRIPT= ${.CURDIR}/${MACHINE_CPUARCH}/elf_rtld.x
|