]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Darwin, libsanitizer: Update minimum supported system version.
authorIain Sandoe <iain@sandoe.co.uk>
Tue, 3 Mar 2020 10:17:15 +0000 (10:17 +0000)
committerIain Sandoe <iain@sandoe.co.uk>
Tue, 3 Mar 2020 10:17:15 +0000 (10:17 +0000)
The imported sources from 'upstream' do not support Darwin10
or earlier, so do not enable these by default.

libsanitizer/ChangeLog
libsanitizer/configure.tgt

index e96f13b4ae6ff78929238eee46b49c34644a21fd..53b8343a189f0627a768bd05dea41f83b1a379d9 100644 (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
index b241ddbfec4b5a278e265bf106dc0c5e844a6b90..424fb17a45c4ed83a1c19c55980cc0c260ced59d 100644 (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*)