From 181d541e33e7bb3560ac44025b69c970ce155cff Mon Sep 17 00:00:00 2001 From: bjs Date: Wed, 21 May 2008 05:58:52 +0000 Subject: Add comment about not using -ffast-math pending further testing. It seems to cause instability, at least for me on NetBSD/amd64 (4.99.63). --- graphics/MesaLib/hacks.mk | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'graphics/MesaLib') diff --git a/graphics/MesaLib/hacks.mk b/graphics/MesaLib/hacks.mk index 715ba793639..f0539360647 100644 --- a/graphics/MesaLib/hacks.mk +++ b/graphics/MesaLib/hacks.mk @@ -1,4 +1,4 @@ -# $NetBSD: hacks.mk,v 1.7 2008/05/21 04:11:37 bjs Exp $ +# $NetBSD: hacks.mk,v 1.8 2008/05/21 05:58:52 bjs Exp $ .if !defined(MESALIBS_HACKS_MK) MESALIBS_HACKS_MK= # defined @@ -17,8 +17,10 @@ post-wrapper: .include "../../mk/compiler.mk" ### ### Ordinarily, this is defined by the build. However, in pkgsrc, -### policy dictates that we do it here. Let's trust a semi-modern -### gcc with -ffast-math for now. +### policy dictates that we do it here. +### +### XXXbjs: -ffast-math seems to cause instability, at least on amd64. +### I have disabled it pending further testing. ### . if !empty(CC_VERSION:Mgcc-[34]*) PKG_HACKS+= no-strict-aliasing -- cgit v1.2.3