mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-27 05:44:15 +08:00
[Darwin, libsanitizer] Default to no sanitizer for Darwin <= 10
Darwin10 is no longer supported upstream and will not build without additional patches.
This commit is contained in:
parent
fed76afb95
commit
69a9b14b96
@ -60,7 +60,7 @@ case "${target}" in
|
||||
TSAN_TARGET_DEPENDENT_OBJECTS=tsan_rtl_aarch64.lo
|
||||
fi
|
||||
;;
|
||||
x86_64-*-darwin[1]* | i?86-*-darwin[1]*)
|
||||
x86_64-*-darwin1[1-9]* | i?86-*-darwin1[1-9]*)
|
||||
TSAN_SUPPORTED=no
|
||||
;;
|
||||
x86_64-*-solaris2.11* | i?86-*-solaris2.11*)
|
||||
|
Loading…
Reference in New Issue
Block a user