How can I force FreeBSD 10.4 to use a newer LLVM version like 4.0 to compile cc libs?
I installed LLVM4.0 via ports
and I change my /etc/make.conf :
CC=clang40
CXX=clang++40
CPP=clang-cpp40
If if run clang --version it shows 3.4 the default one is used...
How can I setup my LLVM version probably at FreeBSD 10.4?
I installed LLVM4.0 via ports
and I change my /etc/make.conf :
CC=clang40
CXX=clang++40
CPP=clang-cpp40
If if run clang --version it shows 3.4 the default one is used...
How can I setup my LLVM version probably at FreeBSD 10.4?