The imported sources from 'upstream' do not support Darwin10
or earlier, so do not enable these by default.
+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
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*)