mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
mips, you cause me too much grief with make tinderbox. Try this instead
This commit is contained in:
parent
33913aa882
commit
6f2b0ca7ac
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/projects/runtime-coverage/; revision=324906
@ -233,9 +233,6 @@ __DEFAULT_NO_OPTIONS+=CLANG_BOOTSTRAP CLANG_IS_CC GPL_DTC LLD
|
||||
# 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user