mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-04 14:41:14 +08:00
libsanitizer, Darwin: Restrict build to Darwin 16 or newer.
The latest import has added dependencies on system resources that are not present until Darwin 16. It might be possible to work around these for earlier systems, but in the short-term we have to disable the build so that bootstrap completes. Signed-off-by: Iain Sandoe <iain@sandoe.co.uk> libsanitizer/ChangeLog: * configure.tgt: Restrict build to Darwin 16 or newer.
This commit is contained in:
parent
58a7b1e354
commit
7fe8aca8a6
@ -64,7 +64,7 @@ case "${target}" in
|
||||
HWASAN_SUPPORTED=yes
|
||||
fi
|
||||
;;
|
||||
x86_64-*-darwin2* | x86_64-*-darwin1[2-9]* | i?86-*-darwin1[2-9]*)
|
||||
x86_64-*-darwin2* | x86_64-*-darwin1[6-9]* | i?86-*-darwin1[6-8]*)
|
||||
TSAN_SUPPORTED=no
|
||||
EXTRA_CXXFLAGS="${EXTRA_CXXFLAGS} -Wl,-undefined,dynamic_lookup"
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user