diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-07-31 23:20:37 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-07-31 23:20:37 +0300 |
commit | b6bd4b5d68df33d12f18a67de2e54e016a0935fe (patch) | |
tree | 55e230fbe0ea917229d8fbc4871585787c4594a0 | |
parent | 2c5f561a338d0db3fa68d72e65f41ab874fe30b0 (diff) | |
download | plus-b6bd4b5d68df33d12f18a67de2e54e016a0935fe.tar.gz plus-b6bd4b5d68df33d12f18a67de2e54e016a0935fe.tar.bz2 plus-b6bd4b5d68df33d12f18a67de2e54e016a0935fe.tar.xz plus-b6bd4b5d68df33d12f18a67de2e54e016a0935fe.zip |
Change gcc version in pmake script.
-rwxr-xr-x | build/pmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/pmake b/build/pmake index 68554bf59..1fa56a1bf 100755 --- a/build/pmake +++ b/build/pmake @@ -4,8 +4,8 @@ cd .. dir=`pwd` -export CC=gcc-4.8 -export CXX=g++-4.8 +export CC=gcc-4.9 +export CXX=g++-4.9 export LANG=C |