From 7fa1e4c0132cfad16fe4f8b5086aca96cf782f44 Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Mon, 23 Feb 2009 00:36:02 +0000 Subject: [PATCH] This should have gone in with r9222. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9225 --- callgrind/tests/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/callgrind/tests/Makefile.am b/callgrind/tests/Makefile.am index aaba37c0c5..c2d5f0e8e3 100644 --- a/callgrind/tests/Makefile.am +++ b/callgrind/tests/Makefile.am @@ -19,4 +19,7 @@ EXTRA_DIST = $(noinst_SCRIPTS) \ check_PROGRAMS = clreq simwork threads +AM_CFLAGS += $(AM_FLAG_M3264_PRI) +AM_CXXFLAGS += $(AM_FLAG_M3264_PRI) + threads_LDADD = -lpthread -- 2.47.3