gcc: disable libsanitizer, libgomp on musl

This commit is contained in:
Will Dietz
2018-02-13 09:44:38 -06:00
parent 0e16989d39
commit 15d401dcfa
5 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -156,7 +156,7 @@ let version = "7.3.0";
# To keep ABI compatibility with upstream mingw-w64
"--enable-fully-dynamic-string"
] else
optionals (targetPlatform.libc == "uclibc") [
optionals (targetPlatform.libc == "uclibc" || targetPlatform.libc == "musl") [
# libsanitizer requires netrom/netrom.h which is not
# available in uclibc.
"--disable-libsanitizer"