WITHOUT_TOOLCHAIN: Skip building of h_raw.
-fsanitize does not seem to work when a --sysroot is specified and there is no <sysroot>/usr/lib/clang/3.8.0/lib/freebsd/libclang_rt.ubsan_standalone-*.a. Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
ce6c8db5c6
commit
fb71c286e8
@ -32,7 +32,7 @@ PROGS+= h_memset
|
|||||||
#
|
#
|
||||||
# sanitizer is not tested or supported for ARM right now. sbruno
|
# sanitizer is not tested or supported for ARM right now. sbruno
|
||||||
.if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64"
|
.if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64"
|
||||||
.if ${COMPILER_TYPE} == "clang"
|
.if ${COMPILER_TYPE} == "clang" && ${MK_TOOLCHAIN} == "yes"
|
||||||
.if ${COMPILER_VERSION} < 30500 || 30700 <= ${COMPILER_VERSION}
|
.if ${COMPILER_VERSION} < 30500 || 30700 <= ${COMPILER_VERSION}
|
||||||
PROGS+= h_raw
|
PROGS+= h_raw
|
||||||
.endif
|
.endif
|
||||||
|
Loading…
Reference in New Issue
Block a user