Date: Fri, 8 Jul 2016 10:10:30 -0700 From: Bryan Drewery <bdrewery@FreeBSD.org> To: Garrett Cooper <ngie@FreeBSD.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r302438 - head/sys/conf Message-ID: <68b495b4-0448-48a1-b321-bbf91b9789c2@FreeBSD.org> In-Reply-To: <201607081629.u68GTjRG060616@repo.freebsd.org> References: <201607081629.u68GTjRG060616@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 7/8/16 9:29 AM, Garrett Cooper wrote: > Author: ngie > Date: Fri Jul 8 16:29:45 2016 > New Revision: 302438 > URL: https://svnweb.freebsd.org/changeset/base/302438 > > Log: > Revert r302403 > > lang/gcc{48,49,5} lacks -fformat-extensions support (causing build errors, which > is what prompted r302403 to be committed). devel/amd64-gcc on the other hand > (which is used by Jenkins), has the support. > > This fixes the Jenkins failure emails due to excessive warnings being produced > with "make buildkernel". > > Discussed with: lwhsu > Reported by: Jenkins (FreeBSD_HEAD_amd64_gcc job) > Sponsored by: EMC / Isilon Storage Division > > Modified: > head/sys/conf/kern.mk > > Modified: head/sys/conf/kern.mk > ============================================================================== > --- head/sys/conf/kern.mk Fri Jul 8 15:57:55 2016 (r302437) > +++ head/sys/conf/kern.mk Fri Jul 8 16:29:45 2016 (r302438) > @@ -62,7 +62,7 @@ CWARNEXTRA?= -Wno-uninitialized > FORMAT_EXTENSIONS= -Wno-format > .elif ${COMPILER_TYPE} == "clang" && ${COMPILER_VERSION} >= 30600 > FORMAT_EXTENSIONS= -D__printf__=__freebsd_kprintf__ > -.elif ${COMPILER_TYPE} == "gcc" && ${COMPILER_VERSION} == 40201 > +.else > FORMAT_EXTENSIONS= -fformat-extensions > .endif > > This needs to be MFC'd to stable/11. -- Regards, Bryan Drewery
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?68b495b4-0448-48a1-b321-bbf91b9789c2>