From: Bart Van Assche Date: Wed, 24 Jun 2009 06:44:49 +0000 (+0000) Subject: The previous commit broke the 32-bit build, which is now fixed. X-Git-Tag: svn/VALGRIND_3_5_0~474 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f020382a3115d82a82ad99ff5881b3ed7be453ac;p=thirdparty%2Fvalgrind.git The previous commit broke the 32-bit build, which is now fixed. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10372 --- diff --git a/drd/tests/Makefile.am b/drd/tests/Makefile.am index 7115853e3b..5f9625e7e3 100644 --- a/drd/tests/Makefile.am +++ b/drd/tests/Makefile.am @@ -276,9 +276,6 @@ if HAVE_QTCORE check_PROGRAMS += qt4_mutex qt4_rwlock qt4_semaphore endif -if ! VGCONF_OS_IS_DARWIN -check_PROGRAMS += tsan_unittest -endif AM_CFLAGS += $(AM_FLAG_M3264_PRI) @FLAG_W_EXTRA@ -Wno-inline -Wno-unused-parameter AM_CXXFLAGS += $(AM_FLAG_M3264_PRI) @FLAG_W_EXTRA@ -Wno-inline -Wno-unused-parameter