summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-elf/i386
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2011-01-05 21:23:26 +0000
committerdim <dim@FreeBSD.org>2011-01-05 21:23:26 +0000
commita7e43fe5f9923142d069bb3decfd9e8ee2799cc4 (patch)
treea77d836dd85d1f4f8c11c8b9633df62478a89315 /libexec/rtld-elf/i386
parentb0c3c2ea920813646c634a86c630ecdcc9d74591 (diff)
downloadFreeBSD-src-a7e43fe5f9923142d069bb3decfd9e8ee2799cc4.zip
FreeBSD-src-a7e43fe5f9923142d069bb3decfd9e8ee2799cc4.tar.gz
Sort -mno-(mmx|3dnow|sse|sse2|sse3) options consistently throughout the
tree. Submitted by: arundel
Diffstat (limited to 'libexec/rtld-elf/i386')
-rw-r--r--libexec/rtld-elf/i386/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rtld-elf/i386/Makefile.inc b/libexec/rtld-elf/i386/Makefile.inc
index 7d68611..7528dbe 100644
--- a/libexec/rtld-elf/i386/Makefile.inc
+++ b/libexec/rtld-elf/i386/Makefile.inc
@@ -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
OpenPOWER on IntegriCloud