From owner-freebsd-current@freebsd.org Thu Aug 20 17:02:45 2015 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E856B9BF1EA for ; Thu, 20 Aug 2015 17:02:45 +0000 (UTC) (envelope-from eric@vangyzen.net) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id D10041186 for ; Thu, 20 Aug 2015 17:02:45 +0000 (UTC) (envelope-from eric@vangyzen.net) Received: by mailman.ysv.freebsd.org (Postfix) id D08429BF1E9; Thu, 20 Aug 2015 17:02:45 +0000 (UTC) Delivered-To: current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D01679BF1E8 for ; Thu, 20 Aug 2015 17:02:45 +0000 (UTC) (envelope-from eric@vangyzen.net) Received: from smtp.vangyzen.net (hotblack.vangyzen.net [IPv6:2607:fc50:1000:7400:216:3eff:fe72:314f]) by mx1.freebsd.org (Postfix) with ESMTP id B4CEB1184; Thu, 20 Aug 2015 17:02:45 +0000 (UTC) (envelope-from eric@vangyzen.net) Received: from marvin.beer.town (unknown [76.164.8.130]) by smtp.vangyzen.net (Postfix) with ESMTPSA id 6BB315656C; Thu, 20 Aug 2015 12:02:39 -0500 (CDT) Subject: Re: 11-CURRENT build fail with base gcc To: Dimitry Andric , Warner Losh References: <349EA432-E76D-4D1B-9383-E707967C806D@bsdimp.com> Cc: Oliver Pinter , current@freebsd.org, imp@freebsd.org From: Eric van Gyzen Message-ID: <55D6082E.6040903@vangyzen.net> Date: Thu, 20 Aug 2015 12:02:38 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Aug 2015 17:02:46 -0000 On 08/20/2015 11:32, Dimitry Andric wrote: > On 20 Aug 2015, at 18:24, Warner Losh wrote: >> >> I think you are wrong about the cause. -mno-avx is bogusly listed unconditionally >> in efi/Makefile.inc. I’m working on a patch now… > > Ah, this should be replaced with the recently introduced CFLAGS_NO_SIMD > variable, then? Yes, probably so. Eric