Build libgcov only if we're building base system GCC
Clang uses compiler-rt for the code coverage runtime, and ports GCC provides its own libgcov. PR: 200203 (exp-run) Sponsored by: The FreeBSD Foundation
This commit is contained in:
+2
-2
@@ -2,10 +2,10 @@
|
||||
|
||||
.include <src.opts.mk>
|
||||
|
||||
SUBDIR= csu libgcc libgcov libdialog libregex libreadline
|
||||
SUBDIR= csu libgcc libdialog libregex libreadline
|
||||
|
||||
.if ${MK_GCC} != "no"
|
||||
SUBDIR+= libgomp
|
||||
SUBDIR+= libgcov libgomp
|
||||
.endif
|
||||
|
||||
.if ${MK_SSP} != "no"
|
||||
|
||||
Reference in New Issue
Block a user