diff options
author | Yehonal <hw.2@hotmail.it> | 2016-07-10 17:14:06 +0200 |
---|---|---|
committer | Yehonal <hw.2@hotmail.it> | 2016-07-10 17:14:06 +0200 |
commit | 3c517a2b0e8c36161f8ac86e00bc3102483959af (patch) | |
tree | 25051ebdd3255afbce33d27d0e0093e3e9fb1682 /bin | |
parent | a816d11f74fd60df67a10f9411f61fcce1c49e9c (diff) |
compilation fixed
Diffstat (limited to 'bin')
-rw-r--r-- | bin/compiler/config.sh.dist | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/bin/compiler/config.sh.dist b/bin/compiler/config.sh.dist index e4f297e5f8..7074e8634a 100644 --- a/bin/compiler/config.sh.dist +++ b/bin/compiler/config.sh.dist @@ -2,8 +2,11 @@ # set preferred compilers -CCOMPILERC="/usr/bin/clang-3.6" -CCOMPILERCXX="/usr/bin/clang++-3.6" +#CCOMPILERC="/usr/bin/clang-3.6" +#CCOMPILERCXX="/usr/bin/clang++-3.6" +CCOMPILERC="/usr/bin/gcc" +CCOMPILERCC="/usr/bin/gcc" +CCOMPILERCXX="/usr/bin/g++" # how many thread must be used for compilation ( leave zero to use all available ) MTHREADS=0 |