summaryrefslogtreecommitdiff
path: root/libsanitizer/Makefile.in
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2012-12-04 07:00:35 +0000
committerKostya Serebryany <kcc@gcc.gnu.org>2012-12-04 07:00:35 +0000
commit8c4d267c6e834ccc20632d2c9077d7622b8145cf (patch)
treeffc5f7302fa16d7a7c53d7de59d3edaae370fbd3 /libsanitizer/Makefile.in
parent3fa057a43770dbb23a0fb21a94cab1789df3277c (diff)
[libsanitizer] Fix PR55521 by switching libsanitizer from mach_override to mac interpose functions on darwin
From-SVN: r194120
Diffstat (limited to 'libsanitizer/Makefile.in')
-rw-r--r--libsanitizer/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/libsanitizer/Makefile.in b/libsanitizer/Makefile.in
index 21c27113c38..4606490762a 100644
--- a/libsanitizer/Makefile.in
+++ b/libsanitizer/Makefile.in
@@ -246,6 +246,7 @@ top_srcdir = @top_srcdir@
ACLOCAL_AMFLAGS = -I .. -I ../config
@TSAN_SUPPORTED_FALSE@SUBDIRS = interception sanitizer_common asan
@TSAN_SUPPORTED_TRUE@SUBDIRS = interception sanitizer_common asan tsan
+@USING_MAC_INTERPOSE_TRUE@SUBDIRS = sanitizer_common asan
# Work around what appears to be a GNU make bug handling MAKEFLAGS
# values defined in terms of make variables, as is the case for CC and