Fix "make check" on Darwin.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10824
This commit is contained in:
Nicholas Nethercote 2009-08-15 23:26:12 +00:00
parent 4b9ddd9604
commit b087fe5ad3

View File

@ -146,3 +146,10 @@ AM_CXXFLAGS += $(AM_FLAG_M3264_PRI)
LDADD = -lpthread
if VGCONF_OS_IS_DARWIN
annotate_hbefore_CFLAGS = $(AM_CFLAGS) -mdynamic-no-pic
else
annotate_hbefore_CFLAGS = $(AM_CFLAGS)
endif