↧
Answer by user2288008 for How to build clang + LLVM with non system gcc
Use CC and CXX environment variables.See configure --help for info:Some influential environment variables: CC C compiler command ... CXX C++ compiler commandUse these variables to override the choices...
View ArticleHow to build clang + LLVM with non system gcc
I am trying to switch to gcc47+ setup in /usr/local/bin/gcc. The default system gcc is 4.4.6 in /usr/bin/gcc.Similarly header files...
View Article