From owner-freebsd-stable@freebsd.org Fri Jan 29 18:24:12 2016 Return-Path: Delivered-To: freebsd-stable@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 A0E4DA71F92 for ; Fri, 29 Jan 2016 18:24:12 +0000 (UTC) (envelope-from john@potato.growveg.org) Received: from potato.growveg.org (potato.growveg.org [62.49.247.163]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 668641791; Fri, 29 Jan 2016 18:24:12 +0000 (UTC) (envelope-from john@potato.growveg.org) Received: from john by potato.growveg.org with local (Exim 4.86 (FreeBSD)) (envelope-from ) id 1aPDiK-000E5c-Vb; Fri, 29 Jan 2016 18:24:08 +0000 Date: Fri, 29 Jan 2016 18:24:08 +0000 From: John To: Glen Barber Cc: John , smh@freebsd.org, freebsd-stable@freebsd.org Subject: Re: make clean failure on 10-stable amd64] Message-ID: <20160129182408.GA99765@potato.growveg.org> Reply-To: freebsd-stable@freebsd.org Mail-Followup-To: Glen Barber , John , smh@freebsd.org, freebsd-stable@freebsd.org References: <20160129174210.GB92493@potato.growveg.org> <20160129174746.GH1727@FreeBSD.org> <20160129181026.GI1727@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20160129181026.GI1727@FreeBSD.org> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: john X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Jan 2016 18:24:12 -0000 On Fri, Jan 29, 2016 at 06:10:26PM +0000, Glen Barber wrote: >On Fri, Jan 29, 2016 at 05:47:46PM +0000, Glen Barber wrote: >> CC'd smh, who committed an update recently in this file. I have >> confirmed the failure (but do not understand why I did not see it when >> testing the patch...). >> >> Steven, can you please take a look at this? >> > >John, can you please try the attached patch? > >Glen > >Index: sys/boot/efi/Makefile >=================================================================== >--- sys/boot/efi/Makefile (revision 295049) >+++ sys/boot/efi/Makefile (working copy) >@@ -1,5 +1,7 @@ > # $FreeBSD$ > >+.include >+ > # In-tree GCC does not support __attribute__((ms_abi)). > .if ${COMPILER_TYPE} != "gcc" > yay! that works many thanks, -- John