From f4dccdfaff5ea097a4a6cac3fc4e02181d3c5983 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 9 Aug 2016 16:21:23 +0300 Subject: Remove gcc version in testfile scripts. --- build/testfile.sh | 2 +- build/testfiledye.sh | 2 +- build/testfiletest.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/testfile.sh b/build/testfile.sh index 40da2f2d2..f670bb680 100755 --- a/build/testfile.sh +++ b/build/testfile.sh @@ -6,7 +6,7 @@ export includes="-I. -I/usr/include -I/usr/include/SDL -I/usr/include/libxml2" export LOGFILE="../build/testfile.log" function run { - export CXX="g++-5" + export CXX="g++" export CMD="$CXX -c $1 $2 $3" echo $CMD >>${LOGFILE} diff --git a/build/testfiledye.sh b/build/testfiledye.sh index 173da82b4..ac2ccd777 100755 --- a/build/testfiledye.sh +++ b/build/testfiledye.sh @@ -6,7 +6,7 @@ export includes="-I. -I/usr/include -I/usr/include/SDL -I/usr/include/libxml2" export LOGFILE="../build/testfile.log" function run { - export CXX="g++-5" + export CXX="g++" export CMD="$CXX -c $1 $2 $3" echo $CMD >>${LOGFILE} diff --git a/build/testfiletest.sh b/build/testfiletest.sh index 89322eff4..3708275fd 100755 --- a/build/testfiletest.sh +++ b/build/testfiletest.sh @@ -6,7 +6,7 @@ export includes="-I. -I/usr/include -I/usr/include/SDL -I/usr/include/libxml2" export LOGFILE="../build/testfile.log" function run { - export CXX="g++-5" + export CXX="g++" export CMD="$CXX -c $1 $2 $3" echo $CMD >>${LOGFILE} -- cgit v1.2.3-60-g2f50