diff --git a/bin/compiler/config.sh.dist b/bin/compiler/config.sh.dist index cc7d6761a..e78c34e85 100644 --- a/bin/compiler/config.sh.dist +++ b/bin/compiler/config.sh.dist @@ -1,5 +1,9 @@ #!/bin/bash +COMPILER_C="/usr/bin/gcc" +COMPILER_CC="/usr/bin/gcc" +COMPILER_CXX="/usr/bin/g++" + # how many thread must be used for compilation ( leave zero to use all available ) MTHREADS=0 # enable/disable warnings during compilation