Lines 178-184
SUBDIR.${MK_LDNS}+= libldns
Link Here
|
178 |
SUBDIR.${MK_STATS}+= libstats |
178 |
SUBDIR.${MK_STATS}+= libstats |
179 |
|
179 |
|
180 |
# The libraries under libclang_rt can only be built by clang. |
180 |
# The libraries under libclang_rt can only be built by clang. |
181 |
.if ${COMPILER_TYPE} == "clang" |
181 |
.if ${COMPILER_TYPE} == "clang" && ${MK_CLANG} != "no" |
182 |
_libclang_rt= libclang_rt |
182 |
_libclang_rt= libclang_rt |
183 |
.elif (${MK_ASAN} != "no" || ${MK_UBSAN} != "no") && make(all) |
183 |
.elif (${MK_ASAN} != "no" || ${MK_UBSAN} != "no") && make(all) |
184 |
.error Requested build with sanitizers but cannot build runtime libraries! |
184 |
.error Requested build with sanitizers but cannot build runtime libraries! |
185 |
- |
|
|