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