diff options
author | kcc <kcc@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-12-04 07:00:35 +0000 |
---|---|---|
committer | kcc <kcc@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-12-04 07:00:35 +0000 |
commit | 524c4bbb71bd6634e6305c0b6a153b9700fcd6db (patch) | |
tree | ffc5f7302fa16d7a7c53d7de59d3edaae370fbd3 /libsanitizer/Makefile.in | |
parent | 907c5ecdf6b298b6cb78e090d8451b36d5e241e9 (diff) | |
download | gcc-524c4bbb71bd6634e6305c0b6a153b9700fcd6db.tar.gz |
[libsanitizer] Fix PR55521 by switching libsanitizer from mach_override to mac interpose functions on darwin
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@194120 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libsanitizer/Makefile.in')
-rw-r--r-- | libsanitizer/Makefile.in | 1 |
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 |