summaryrefslogtreecommitdiff
path: root/TestScripts/configure.sh
diff options
context:
space:
mode:
Diffstat (limited to 'TestScripts/configure.sh')
-rwxr-xr-xTestScripts/configure.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/TestScripts/configure.sh b/TestScripts/configure.sh
index ae944d3b..98ad93d5 100755
--- a/TestScripts/configure.sh
+++ b/TestScripts/configure.sh
@@ -56,6 +56,7 @@ TMPDIR="${TMPDIR:-$HOME/tmp}"
TPROG="${TPROG:-TestPrograms/test_cxx.cpp}"
TOUT="${TOUT:-a.out}"
+CC="${CXX:-cc}"
CXX="${CXX:-c++}"
LD="${LD:-ld}"
CXXFLAGS="${CXXFLAGS:--DNDEBUG -g2 -O3}"