aboutsummaryrefslogtreecommitdiff
path: root/libsanitizer/interception/Makefile.am
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2012-12-04 07:00:35 +0000
committerKostya Serebryany <kcc@google.com>2012-12-04 07:00:35 +0000
commitdaedb5c66d40b9258c03273b5cdc82a4b2506f5e (patch)
treeffc5f7302fa16d7a7c53d7de59d3edaae370fbd3 /libsanitizer/interception/Makefile.am
parent1be8324f03890525ca5e5320e86ab6af1fb882b0 (diff)
[libsanitizer] Fix PR55521 by switching libsanitizer from mach_override to mac interpose functions on darwin
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@194120 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libsanitizer/interception/Makefile.am')
-rw-r--r--libsanitizer/interception/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/libsanitizer/interception/Makefile.am b/libsanitizer/interception/Makefile.am
index 029417f46e5..a815dcf67bd 100644
--- a/libsanitizer/interception/Makefile.am
+++ b/libsanitizer/interception/Makefile.am
@@ -14,11 +14,7 @@ interception_files = \
interception_mac.cc \
interception_win.cc
-if USING_MACH_OVERRIDE
-libinterception_la_SOURCES = $(interception_files) mach_override/mach_override.c
-else
libinterception_la_SOURCES = $(interception_files)
-endif
# 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