On 2012-12-17 09:36, Sam Fourman Jr. wrote: >> No, there is no one-click merge script, it needs humanoid help, I'm >> afraid. :-) Is there any reason you cannot just install the port, or >> if that is too outdated, just checkout from llvm.org directly and build >> it? > > is it currently possible to build FreeBSD world, without clang and > then build clang from ports? There is no real need, as you can just put /usr/local/bin before /usr/bin in your PATH, but if you really want to do so, you can put the following in /etc/src.conf: CC=gcc CXX=g++ CPP=gcpp WITHOUT_CLANG= From then on, you build world with gcc, which will also be installed as /usr/bin/cc again.Received on Mon Dec 17 2012 - 10:50:54 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:33 UTC