From 60b8bd439ef6a5ce2c68d31b316b4644c6b3de97 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 27 Mar 2017 01:46:12 +0300 Subject: Add gcc 4.1 and 4.3 gentoo jobs. also add gcc 5 gentoo tests (disabled). --- tools/ci/jobs/gcc3.sh | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tools/ci/jobs/gcc3.sh') 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 -- cgit v1.2.3-60-g2f50