mirror of git://gcc.gnu.org/git/gcc.git
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:
parent
e913d4f477
commit
224ca3bfe8
|
|
@ -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>
|
2019-12-20 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
Backported from mainline
|
Backported from mainline
|
||||||
|
|
|
||||||
|
|
@ -60,7 +60,7 @@ case "${target}" in
|
||||||
TSAN_TARGET_DEPENDENT_OBJECTS=tsan_rtl_aarch64.lo
|
TSAN_TARGET_DEPENDENT_OBJECTS=tsan_rtl_aarch64.lo
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
x86_64-*-darwin[1]* | i?86-*-darwin[1]*)
|
x86_64-*-darwin1[1-9]* | i?86-*-darwin1[1-9]*)
|
||||||
TSAN_SUPPORTED=no
|
TSAN_SUPPORTED=no
|
||||||
;;
|
;;
|
||||||
x86_64-*-solaris2.11* | i?86-*-solaris2.11*)
|
x86_64-*-solaris2.11* | i?86-*-solaris2.11*)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue