Home | History | Annotate | Download | only in dist

Lines Matching refs:libsanitizer

2909 		target-libsanitizer \
3398 # Disable libsanitizer on unsupported systems.
3399 if test -d ${srcdir}/libsanitizer; then
3401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libsanitizer support" >&5
3402 $as_echo_n "checking for libsanitizer support... " >&6; }
3403 if (srcdir=${srcdir}/libsanitizer; \
3409 noconfigdirs="$noconfigdirs target-libsanitizer"
10423 # Disable libitm, libsanitizer, libvtv if we're not building C++
10426 # Disable libitm, libsanitizer if we're not building libstdc++
10429 noconfigdirs="$noconfigdirs target-libitm target-libsanitizer"
10435 noconfigdirs="$noconfigdirs target-libitm target-libsanitizer target-libvtv"
11083 # If we are building libsanitizer and $BUILD_CONFIG contains bootstrap-asan
11085 if echo " ${target_configdirs} " | grep " libsanitizer " > /dev/null 2>&1; then
11088 bootstrap_target_libs=${bootstrap_target_libs}target-libsanitizer,