diff options
author | bjs <bjs@pkgsrc.org> | 2008-05-21 05:58:52 +0000 |
---|---|---|
committer | bjs <bjs@pkgsrc.org> | 2008-05-21 05:58:52 +0000 |
commit | 4107484e70ef832f42388e6d6e4630b2d3f4f02d (patch) | |
tree | 9f9040572a06f8b1be56e952fe981a3b68decdeb /graphics | |
parent | 5fd7e216db7dab0d95d7eceb8e5f115afea77db3 (diff) | |
download | pkgsrc-4107484e70ef832f42388e6d6e4630b2d3f4f02d.tar.gz |
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).
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/MesaLib/hacks.mk | 8 |
1 files changed, 5 insertions, 3 deletions
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 |