From e0c581873d27901f81336b838c3bdcacc6558ffb Mon Sep 17 00:00:00 2001 From: David Michael Date: Wed, 20 Apr 2016 13:04:43 -0400 Subject: Use the target platform compiler in the test scripts * tests/Makeconf.am (AM_TESTS_ENVIRONMENT): Set CC to $(TARGET_CC). --- tests/Makeconf.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)' -- cgit v1.2.3