]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Use same flags for OpenMP regression tests as for the other regression tests.
authorBart Van Assche <bvanassche@acm.org>
Thu, 26 Jun 2008 07:31:15 +0000 (07:31 +0000)
committerBart Van Assche <bvanassche@acm.org>
Thu, 26 Jun 2008 07:31:15 +0000 (07:31 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8281

exp-drd/tests/Makefile.am

index f51a51373c702ac15ecf786ad773541fdd22e89d..5cbd70f2430576149339bde90f25918c2209cfe1 100644 (file)
@@ -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