From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Rl8Bb-0003Zd-8q for garchives@archives.gentoo.org; Thu, 12 Jan 2012 00:06:31 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E324A21C0E4; Thu, 12 Jan 2012 00:06:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B615921C0E4 for ; Thu, 12 Jan 2012 00:06:23 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E99D61B4017 for ; Thu, 12 Jan 2012 00:06:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 396CC80044 for ; Thu, 12 Jan 2012 00:06:22 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <9956ad59a0203da83c935c2235de5d82f06a1f3c.mattst88@gentoo> Subject: [gentoo-commits] proj/x11:master commit in: media-libs/mesa/ X-VCS-Repository: proj/x11 X-VCS-Files: media-libs/mesa/mesa-9999.ebuild X-VCS-Directories: media-libs/mesa/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 9956ad59a0203da83c935c2235de5d82f06a1f3c Date: Thu, 12 Jan 2012 00:06:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 55de33a5-f8f3-4308-9f75-1aec6adc755e X-Archives-Hash: c08e30f44964db7d87d3eeb93e9a918b commit: 9956ad59a0203da83c935c2235de5d82f06a1f3c Author: Matt Turner gmail com> AuthorDate: Thu Jan 12 00:05:20 2012 +0000 Commit: Matt Turner gmail com> CommitDate: Thu Jan 12 00:05:20 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/x11.git;a=3Dc= ommit;h=3D9956ad59 media-libs/mesa: drop appending -ffast-math -ffast-math breaks glsl-const-folding-01. --- media-libs/mesa/mesa-9999.ebuild | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999= .ebuild index ec83a5f..ff2ff14 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -139,8 +139,6 @@ pkg_setup() { append-flags -fno-ivopts fi =20 - # recommended by upstream - append-flags -ffast-math # workaround toc-issue wrt #386545 use ppc64 && append-flags -mminimal-toc }