|
From: <sv...@va...> - 2008-06-26 07:31:08
|
Author: bart Date: 2008-06-26 08:31:15 +0100 (Thu, 26 Jun 2008) New Revision: 8281 Log: Use same flags for OpenMP regression tests as for the other regression tests. Modified: trunk/exp-drd/tests/Makefile.am Modified: trunk/exp-drd/tests/Makefile.am =================================================================== --- trunk/exp-drd/tests/Makefile.am 2008-06-26 07:30:32 UTC (rev 8280) +++ trunk/exp-drd/tests/Makefile.am 2008-06-26 07:31:15 UTC (rev 8281) @@ -366,12 +366,12 @@ 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 |