Date: Tue, 23 Aug 2016 15:22:17 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r304682 - head/share/mk Message-ID: <201608231522.u7NFMHra033002@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bdrewery Date: Tue Aug 23 15:22:17 2016 New Revision: 304682 URL: https://svnweb.freebsd.org/changeset/base/304682 Log: Re-enable WITH_SYSTEM_COMPILER with WITH_META_MODE. This was disabled in r301468 due to -target/--sysroot sometimes being used in the build and other times not being used. Now that it is always used since r304681, it is safe to combine the features. MFC after: 3 days Sponsored by: EMC / Isilon Storage Division Modified: head/share/mk/src.opts.mk Modified: head/share/mk/src.opts.mk ============================================================================== --- head/share/mk/src.opts.mk Tue Aug 23 15:20:32 2016 (r304681) +++ head/share/mk/src.opts.mk Tue Aug 23 15:22:17 2016 (r304682) @@ -356,10 +356,6 @@ MK_ELFTOOLCHAIN_BOOTSTRAP:= no MK_GCC_BOOTSTRAP:= no .endif -.if ${MK_META_MODE} == "yes" -MK_SYSTEM_COMPILER:= no -.endif - .if ${MK_TOOLCHAIN} == "no" MK_BINUTILS:= no MK_CLANG:= no
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608231522.u7NFMHra033002>