svn commit: r324906 - projects/runtime-coverage/share/mk
Ngie Cooper
ngie at FreeBSD.org
Mon Oct 23 07:07:46 UTC 2017
Author: ngie
Date: Mon Oct 23 07:07:44 2017
New Revision: 324906
URL: https://svnweb.freebsd.org/changeset/base/324906
Log:
mips, you cause me too much grief with make tinderbox. Try this instead
Modified:
projects/runtime-coverage/share/mk/src.opts.mk
Modified: projects/runtime-coverage/share/mk/src.opts.mk
==============================================================================
--- projects/runtime-coverage/share/mk/src.opts.mk Mon Oct 23 07:02:55 2017 (r324905)
+++ projects/runtime-coverage/share/mk/src.opts.mk Mon Oct 23 07:07:44 2017 (r324906)
@@ -233,9 +233,6 @@ __DEFAULT_NO_OPTIONS+=CLANG_BOOTSTRAP CLANG_IS_CC GPL_
# Everything else disables Clang, and uses GCC instead.
__DEFAULT_YES_OPTIONS+=GCC GCC_BOOTSTRAP GNUCXX GPL_DTC
__DEFAULT_NO_OPTIONS+=CLANG CLANG_BOOTSTRAP CLANG_FULL CLANG_IS_CC LLD
-# gcc 4.2.1 (base) is a dead end. It lacks some niceties that would cleaning
-# integrate the output with the design of MK_COVERAGE, e.g., -fprofile-dir .
-BROKEN_OPTIONS=COVERAGE
.endif
# In-tree binutils/gcc are older versions without modern architecture support.
.if ${__T} == "aarch64" || ${__T:Mriscv*} != ""
@@ -324,6 +321,9 @@ MK_${var}:= no
# Order is somewhat important.
#
.if !${COMPILER_FEATURES:Mc++11}
+# gcc 4.2.1 (base) is a dead end. It lacks some niceties that would cleaning
+# integrate the output with the design of MK_COVERAGE, e.g., -fprofile-dir .
+MK_COVERAGE:= no
MK_LLVM_LIBUNWIND:= no
.endif
More information about the svn-src-projects
mailing list