From e5d2c356cc3c5c4daa22257b8edc070c28821aac Mon Sep 17 00:00:00 2001 From: Bryan Hundven Date: Thu, 4 Sep 2014 23:34:03 -0700 Subject: config/gcc: Disable CC_GCC_LIBSANITIZER for musl-libc Disable libsanitizer for musl-libc. Signed-off-by: Bryan Hundven Signed-off-by: Yann E. MORIN diff --git a/config/cc/gcc.in.2 b/config/cc/gcc.in.2 index 1b9515c..b088515 100644 --- a/config/cc/gcc.in.2 +++ b/config/cc/gcc.in.2 @@ -148,7 +148,7 @@ config CC_GCC_LIBSANITIZER prompt "Compile libsanitizer" depends on CC_GCC_HAS_LIBSANITIZER depends on THREADS_NATIVE - depends on ! LIBC_uClibc # Currently lacks required headers (like netrom.h) + depends on ! LIBC_uClibc && ! LIBC_musl # Currently lacks required headers (like netrom.h) help libsanitizer is a library which provides run-time sanitising of either or both of: -- cgit v0.10.2-6-g49f6