summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Michael <fedora.dm0@gmail.com>2016-04-20 13:04:43 -0400
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2016-04-20 22:49:17 +0200
commite0c581873d27901f81336b838c3bdcacc6558ffb (patch)
tree7e790b11da4436229e4991e18a3c107e88376db7
parente251d53b29cfaacb9c265576bb18a317333b70e6 (diff)
Use the target platform compiler in the test scripts
* tests/Makeconf.am (AM_TESTS_ENVIRONMENT): Set CC to $(TARGET_CC).
-rw-r--r--tests/Makeconf.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makeconf.am b/tests/Makeconf.am
index a8ac299..a1ae21b 100644
--- a/tests/Makeconf.am
+++ b/tests/Makeconf.am
@@ -20,4 +20,4 @@ MOSTLYCLEANFILES = *.[coh]
TEST_EXTENSIONS = .defs
AM_TESTS_ENVIRONMENT = SRCDIR='$(top_srcdir)' BUILDDIR='$(top_builddir)' \
- CC='$(CC)'
+ CC='$(TARGET_CC)'