projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fed76af
)
[Darwin, libsanitizer] Default to no sanitizer for Darwin <= 10
author
Iain Sandoe
<iain@sandoe.co.uk>
Fri, 7 Jun 2019 12:20:07 +0000
(13:20 +0100)
committer
Iain Sandoe
<iain@sandoe.co.uk>
Sun, 1 Mar 2020 14:25:46 +0000
(14:25 +0000)
Darwin10 is no longer supported upstream and will not build without
additional patches.
libsanitizer/configure.tgt
patch
|
blob
|
history
diff --git
a/libsanitizer/configure.tgt
b/libsanitizer/configure.tgt
index f7f3a6bd3ff31f8aea0264925873e716706b2f76..2d93e19b9cb0d2f063947811cd698af415179352 100644
(file)
--- a/
libsanitizer/configure.tgt
+++ b/
libsanitizer/configure.tgt
@@
-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-*-darwin
1[1-9]* | i?86-*-darwin1[1-9
]*)
TSAN_SUPPORTED=no
;;
x86_64-*-solaris2.11* | i?86-*-solaris2.11*)