Discussion:
svn commit: r217026 - in head: libexec/rtld-elf/amd64 libexec/rtld-elf/i386 sys/conf
(too old to reply)
Dimitry Andric
2011-01-05 21:23:26 UTC
Permalink
Author: dim
Date: Wed Jan 5 21:23:26 2011
New Revision: 217026
URL: http://svn.freebsd.org/changeset/base/217026

Log:
Sort -mno-(mmx|3dnow|sse|sse2|sse3) options consistently throughout the
tree.

Submitted by: arundel

Modified:
head/libexec/rtld-elf/amd64/Makefile.inc
head/libexec/rtld-elf/i386/Makefile.inc
head/sys/conf/kern.mk

Modified: head/libexec/rtld-elf/amd64/Makefile.inc
==============================================================================
--- head/libexec/rtld-elf/amd64/Makefile.inc Wed Jan 5 21:17:14 2011 (r217025)
+++ head/libexec/rtld-elf/amd64/Makefile.inc Wed Jan 5 21:23:26 2011 (r217026)
@@ -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

Modified: head/libexec/rtld-elf/i386/Makefile.inc
==============================================================================
--- head/libexec/rtld-elf/i386/Makefile.inc Wed Jan 5 21:17:14 2011 (r217025)
+++ head/libexec/rtld-elf/i386/Makefile.inc Wed Jan 5 21:23:26 2011 (r217026)
@@ -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

Modified: head/sys/conf/kern.mk
==============================================================================
--- head/sys/conf/kern.mk Wed Jan 5 21:17:14 2011 (r217025)
+++ head/sys/conf/kern.mk Wed Jan 5 21:23:26 2011 (r217026)
@@ -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
Alexander Best
2011-01-05 22:16:41 UTC
Permalink
Post by Dimitry Andric
Author: dim
Date: Wed Jan 5 21:23:26 2011
New Revision: 217026
URL: http://svn.freebsd.org/changeset/base/217026
Sort -mno-(mmx|3dnow|sse|sse2|sse3) options consistently throughout the
tree.
thanks a lot.
Post by Dimitry Andric
Submitted by: arundel
head/libexec/rtld-elf/amd64/Makefile.inc
head/libexec/rtld-elf/i386/Makefile.inc
head/sys/conf/kern.mk
Modified: head/libexec/rtld-elf/amd64/Makefile.inc
==============================================================================
--- head/libexec/rtld-elf/amd64/Makefile.inc Wed Jan 5 21:17:14 2011 (r217025)
+++ head/libexec/rtld-elf/amd64/Makefile.inc Wed Jan 5 21:23:26 2011 (r217026)
@@ -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
#LDSCRIPT= ${.CURDIR}/${MACHINE_CPUARCH}/elf_rtld.x
Modified: head/libexec/rtld-elf/i386/Makefile.inc
==============================================================================
--- head/libexec/rtld-elf/i386/Makefile.inc Wed Jan 5 21:17:14 2011 (r217025)
+++ head/libexec/rtld-elf/i386/Makefile.inc Wed Jan 5 21:23:26 2011 (r217026)
@@ -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
#LDSCRIPT= ${.CURDIR}/${MACHINE_CPUARCH}/elf_rtld.x
Modified: head/sys/conf/kern.mk
==============================================================================
--- head/sys/conf/kern.mk Wed Jan 5 21:17:14 2011 (r217025)
+++ head/sys/conf/kern.mk Wed Jan 5 21:23:26 2011 (r217026)
@@ -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 \
any news regarding the "-mfpmath=387"-issue we discussed on freebsd-toolchain?
iirc correctly there was one objection from somebody.
Post by Dimitry Andric
-msoft-float -fno-asynchronous-unwind-tables
INLINE_LIMIT?= 8000
.endif
--
a13x
Loading...