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 -------------- next part -------------- Index: sys/boot/efi/Makefile ==================================================================--- sys/boot/efi/Makefile (revision 295049) +++ sys/boot/efi/Makefile (working copy) @@ -1,5 +1,7 @@ # $FreeBSD$ +.include <bsd.own.mk> + # In-tree GCC does not support __attribute__((ms_abi)). .if ${COMPILER_TYPE} != "gcc" -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: not available URL: <http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20160129/4ce6ad5c/attachment.sig>
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 <bsd.own.mk> >+ > # In-tree GCC does not support __attribute__((ms_abi)). > .if ${COMPILER_TYPE} != "gcc" >yay! that works many thanks, -- John