blob: 7528dbe1e6702989a9336aa1e2799aef35cfe44a (
plain) (
blame)
1
2
3
4
5
6
|
# $FreeBSD$
CFLAGS+= -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float
# Uncomment this to build the dynamic linker as an executable instead
# of a shared library:
#LDSCRIPT= ${.CURDIR}/${MACHINE_CPUARCH}/elf_rtld.x
|