From: Bart Van Assche Date: Thu, 26 Jun 2008 07:31:15 +0000 (+0000) Subject: Use same flags for OpenMP regression tests as for the other regression tests. X-Git-Tag: svn/VALGRIND_3_4_0~433 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c546241093e3fed1a3a8c0568d8375b0fa66895;p=thirdparty%2Fvalgrind.git Use same flags for OpenMP regression tests as for the other regression tests. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8281 --- diff --git a/exp-drd/tests/Makefile.am b/exp-drd/tests/Makefile.am index f51a51373c..5cbd70f243 100644 --- a/exp-drd/tests/Makefile.am +++ b/exp-drd/tests/Makefile.am @@ -366,12 +366,12 @@ trylock_LDADD = -lpthread -lrt if HAVE_OPENMP omp_matinv_SOURCES = omp_matinv.c -omp_matinv_CFLAGS = $(AM_FLAG_M3264_PRI) -fopenmp +omp_matinv_CFLAGS = $(AM_CFLAGS) -fopenmp omp_matinv_LDFLAGS = -fopenmp omp_matinv_LDADD = -lm omp_prime_SOURCES = omp_prime.c -omp_prime_CFLAGS = $(AM_FLAG_M3264_PRI) -fopenmp +omp_prime_CFLAGS = $(AM_CFLAGS) -fopenmp omp_prime_LDFLAGS = -fopenmp omp_prime_LDADD = -lm endif