summaryrefslogtreecommitdiff
path: root/build/pmake
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-04-26 00:16:58 +0300
committerAndrei Karas <akaras@inbox.ru>2015-04-26 16:44:05 +0300
commitc558d40b8515202c37ba749d9ecd0c3cc4385ef4 (patch)
tree4596ba816963deb0c102c5ac863b02eab53801c5 /build/pmake
parent6653e97cfe1b65485c69bda1fa23c837617dc67b (diff)
downloadmv-c558d40b8515202c37ba749d9ecd0c3cc4385ef4.tar.gz
mv-c558d40b8515202c37ba749d9ecd0c3cc4385ef4.tar.bz2
mv-c558d40b8515202c37ba749d9ecd0c3cc4385ef4.tar.xz
mv-c558d40b8515202c37ba749d9ecd0c3cc4385ef4.zip
Use gcc5 in pmake script.
Diffstat (limited to 'build/pmake')
-rwxr-xr-xbuild/pmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/pmake b/build/pmake
index 1fa56a1bf..eb44c0454 100755
--- a/build/pmake
+++ b/build/pmake
@@ -4,8 +4,8 @@ cd ..
dir=`pwd`
-export CC=gcc-4.9
-export CXX=g++-4.9
+export CC=gcc-5
+export CXX=g++-5
export LANG=C