summaryrefslogtreecommitdiff
path: root/tools/ci/jobs/gcc47.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ci/jobs/gcc47.sh')
-rwxr-xr-xtools/ci/jobs/gcc47.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/ci/jobs/gcc47.sh b/tools/ci/jobs/gcc47.sh
index 9e62ac228..cfdb493d7 100755
--- a/tools/ci/jobs/gcc47.sh
+++ b/tools/ci/jobs/gcc47.sh
@@ -2,6 +2,14 @@
export CC=gcc-4.7
export CXX=g++-4.7
+
+if [ "$NEWCC" != "" ]; then
+ export CC="$NEWCC"
+fi
+if [ "$NEWCXX" != "" ]; then
+ export CXX="$NEWCXX"
+fi
+
export LOGFILE=gcc47.log
source ./tools/ci/scripts/init.sh