mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
6 lines
229 B
Makefile
6 lines
229 B
Makefile
# $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
|