diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2016-09-21 21:23:09 +0000 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2016-09-21 21:23:09 +0000 |
commit | 6713f3e1dfeeb7809232c4ff3df2916ac5309db0 (patch) | |
tree | c4431c4027b6616b90dec315df1aa6392bd881a7 | |
parent | d1ba19983b475917d91d8a2bf81876ef88cce08f (diff) | |
download | FreeBSD-src-6713f3e1dfeeb7809232c4ff3df2916ac5309db0.zip FreeBSD-src-6713f3e1dfeeb7809232c4ff3df2916ac5309db0.tar.gz |
Disable SYSTEM_COMPILER by default.
This is a direct commit to releng/11.0.
Having it enabled can lead to a situation where building
on one system and installing on another will fail due
to not finding cc in the OBJDIR.
An actual fix will be made on head separately.
PR: 212877
Relnotes: yes
Sponsored by: Dell EMC Isilon
Approved by: re (gjb)
-rw-r--r-- | share/mk/src.opts.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk index d41eb25..e8065d1 100644 --- a/share/mk/src.opts.mk +++ b/share/mk/src.opts.mk @@ -158,7 +158,6 @@ __DEFAULT_YES_OPTIONS = \ SOURCELESS_UCODE \ SVNLITE \ SYSCONS \ - SYSTEM_COMPILER \ TALK \ TCP_WRAPPERS \ TCSH \ @@ -190,6 +189,7 @@ __DEFAULT_NO_OPTIONS = \ SHARED_TOOLCHAIN \ SORT_THREADS \ SVN \ + SYSTEM_COMPILER # |