Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Dec 2011 15:03:48 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r228801 - head
Message-ID:  <201112221503.pBMF3m0w021930@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dim
Date: Thu Dec 22 15:03:48 2011
New Revision: 228801
URL: http://svn.freebsd.org/changeset/base/228801

Log:
  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

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Thu Dec 22 14:09:08 2011	(r228800)
+++ head/Makefile.inc1	Thu Dec 22 15:03:48 2011	(r228801)
@@ -276,7 +276,6 @@ LIB32CPUFLAGS=	-march=i686 -mmmx -msse -
 .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" \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201112221503.pBMF3m0w021930>