From owner-cvs-all@FreeBSD.ORG Mon Sep 5 12:05:03 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8AEE16A41F; Mon, 5 Sep 2005 12:05:03 +0000 (GMT) (envelope-from dougb@freebsd.org) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D61743D46; Mon, 5 Sep 2005 12:05:03 +0000 (GMT) (envelope-from dougb@freebsd.org) Received: from [192.168.0.3] (c-24-130-110-32.hsd1.ca.comcast.net[24.130.110.32]) by comcast.net (sccrmhc13) with ESMTP id <20050905120501013004q1dne>; Mon, 5 Sep 2005 12:05:02 +0000 Message-ID: <431C3470.50205@FreeBSD.org> Date: Mon, 05 Sep 2005 05:05:04 -0700 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Sergey Matveychuk References: <200509021443.j82EhJRl042366@repoman.freebsd.org> In-Reply-To: <200509021443.j82EhJRl042366@repoman.freebsd.org> X-Enigmail-Version: 0.92.0.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/math/tomsfastmath Makefile ports/math/tomsfastmath/files patch-makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 12:05:04 -0000 Sergey Matveychuk wrote: > sem 2005-09-02 14:43:19 UTC > > FreeBSD ports repository > > Modified files: > math/tomsfastmath Makefile > math/tomsfastmath/files patch-makefile > Log: > - Remove -O3 optimization. It should fix fails on sparc64 > > PR: ports/85610 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=85610 > Submitted by: maintainer > > Revision Changes Path > 1.2 +1 -0 ports/math/tomsfastmath/Makefile > 1.2 +11 -2 ports/math/tomsfastmath/files/patch-makefile > > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/math/tomsfastmath/Makefile.diff?&r1=1.1&r2=1.2&f=h > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/math/tomsfastmath/files/patch-makefile.diff?&r1=1.1&r2=1.2&f=h > If it works on other platforms, why not make the downgrade conditional on sparc64? Doug