Darwin, libsanitizer: Update minimum supported system version.

The imported sources from 'upstream' do not support Darwin10
or earlier, so do not enable these by default.
This commit is contained in:
Iain Sandoe 2020-03-03 10:17:15 +00:00
parent e913d4f477
commit 224ca3bfe8
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2020-03-03 Iain Sandoe <iain@sandoe.co.uk>
* configure.tgt (x86_64-*-darwin*, i?86-*-darwin*): Enable by
default only for Darwin versions greater than equal to 11
(macOS 10.7).
2019-12-20 Jakub Jelinek <jakub@redhat.com>
Backported from mainline

View File

@ -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*)