mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-21 21:57:48 +00:00
config/gcc: Disable CC_GCC_LIBSANITIZER for musl-libc
Disable libsanitizer for musl-libc. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
6bef0b4d24
commit
e5d2c356cc
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user