summaryrefslogtreecommitdiff
path: root/build/testfile.sh
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-08-09 16:21:23 +0300
committerAndrei Karas <akaras@inbox.ru>2016-08-09 16:21:23 +0300
commitf4dccdfaff5ea097a4a6cac3fc4e02181d3c5983 (patch)
tree7ae2fa9293c6afd3fe8ce1f9de40df52ac4841d7 /build/testfile.sh
parentd1e0481311baa698d9febff251babc7d955b50ed (diff)
downloadmv-f4dccdfaff5ea097a4a6cac3fc4e02181d3c5983.tar.gz
mv-f4dccdfaff5ea097a4a6cac3fc4e02181d3c5983.tar.bz2
mv-f4dccdfaff5ea097a4a6cac3fc4e02181d3c5983.tar.xz
mv-f4dccdfaff5ea097a4a6cac3fc4e02181d3c5983.zip
Remove gcc version in testfile scripts.
Diffstat (limited to 'build/testfile.sh')
-rwxr-xr-xbuild/testfile.sh2
1 files changed, 1 insertions, 1 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}