summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2011-12-22 15:03:48 +0000
committerdim <dim@FreeBSD.org>2011-12-22 15:03:48 +0000
commitaf516fc9ade9b396cca6157364e279c3b17c1e72 (patch)
tree492265cb884b4e9f9394174126f364bca1757121 /Makefile.inc1
parent1034fcaca8927dbc91f90a9df31fb5d3c11f34e5 (diff)
downloadFreeBSD-src-af516fc9ade9b396cca6157364e279c3b17c1e72.zip
FreeBSD-src-af516fc9ade9b396cca6157364e279c3b17c1e72.tar.gz
Remove -mfancy-math from LIB32CPUFLAGS for amd64. It has been default
for our gcc since more than three years (see r181534, which is also in stable/9 and stable/8). This flag used to be for the benefit of the old in-kernel math emulator, which was removed more than eight years ago. Pointed out by: arundel MFC after: 1 week
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc11
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index c0ada42..59e74c3 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -276,7 +276,6 @@ LIB32CPUFLAGS= -march=i686 -mmmx -msse -msse2
.else
LIB32CPUFLAGS= -march=${TARGET_CPUTYPE}
.endif
-LIB32CPUFLAGS+= -mfancy-math-387
LIB32WMAKEENV= MACHINE=i386 MACHINE_ARCH=i386 \
MACHINE_CPU="i686 mmx sse sse2" \
LD="${LD} -m elf_i386_fbsd -Y P,${LIB32TMP}/usr/lib32" \
OpenPOWER on IntegriCloud