Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Jan 2012 13:12:54 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r229277 - stable/9
Message-ID:  <201201021312.q02DCsjM068280@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dim
Date: Mon Jan  2 13:12:53 2012
New Revision: 229277
URL: http://svn.freebsd.org/changeset/base/229277

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

Modified:
  stable/9/Makefile.inc1   (contents, props changed)

Modified: stable/9/Makefile.inc1
==============================================================================
--- stable/9/Makefile.inc1	Mon Jan  2 13:03:13 2012	(r229276)
+++ stable/9/Makefile.inc1	Mon Jan  2 13:12:53 2012	(r229277)
@@ -278,7 +278,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?201201021312.q02DCsjM068280>