mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
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
This commit is contained in:
parent
38d3d227ed
commit
411246d3b7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=228801
@ -276,7 +276,6 @@ LIB32CPUFLAGS= -march=i686 -mmmx -msse -msse2
|
|||||||
.else
|
.else
|
||||||
LIB32CPUFLAGS= -march=${TARGET_CPUTYPE}
|
LIB32CPUFLAGS= -march=${TARGET_CPUTYPE}
|
||||||
.endif
|
.endif
|
||||||
LIB32CPUFLAGS+= -mfancy-math-387
|
|
||||||
LIB32WMAKEENV= MACHINE=i386 MACHINE_ARCH=i386 \
|
LIB32WMAKEENV= MACHINE=i386 MACHINE_ARCH=i386 \
|
||||||
MACHINE_CPU="i686 mmx sse sse2" \
|
MACHINE_CPU="i686 mmx sse sse2" \
|
||||||
LD="${LD} -m elf_i386_fbsd -Y P,${LIB32TMP}/usr/lib32" \
|
LD="${LD} -m elf_i386_fbsd -Y P,${LIB32TMP}/usr/lib32" \
|
||||||
|
Loading…
Reference in New Issue
Block a user