Sort -mno-(mmx|3dnow|sse|sse2|sse3) options consistently throughout the
tree. Submitted by: arundel
This commit is contained in:
parent
b0c3c2ea92
commit
a7e43fe5f9
@ -1,6 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
CFLAGS+= -mno-sse -mno-sse2 -mno-sse3 -mno-mmx -mno-3dnow -msoft-float
|
||||
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
|
||||
|
@ -1,6 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
CFLAGS+= -mno-sse -mno-sse2 -mno-sse3 -mno-mmx -mno-3dnow -msoft-float
|
||||
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
|
||||
|
@ -66,7 +66,7 @@ INLINE_LIMIT?= 15000
|
||||
#
|
||||
.if ${MACHINE_CPUARCH} == "amd64"
|
||||
CFLAGS+= -mcmodel=kernel -mno-red-zone \
|
||||
-mfpmath=387 -mno-sse -mno-sse2 -mno-sse3 -mno-mmx -mno-3dnow \
|
||||
-mfpmath=387 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 \
|
||||
-msoft-float -fno-asynchronous-unwind-tables
|
||||
INLINE_LIMIT?= 8000
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user