aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2016-08-23 15:22:17 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2016-08-23 15:22:17 +0000
commitc472a0f8c23e8b67ac6402df31fd014d6e762ed6 (patch)
treed677a9f999ce6a28d05b81350f13b34f908e9830 /share
parentbb0cd1b5145d1b94d2617d7e49be28ffba053186 (diff)
downloadsrc-c472a0f8c23e8b67ac6402df31fd014d6e762ed6.tar.gz
src-c472a0f8c23e8b67ac6402df31fd014d6e762ed6.zip
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
Notes
Notes: svn path=/head/; revision=304682
Diffstat (limited to 'share')
-rw-r--r--share/mk/src.opts.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk
index c198f424896b..06a9ac98c3c9 100644
--- a/share/mk/src.opts.mk
+++ b/share/mk/src.opts.mk
@@ -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