On Thu, Sep 08, 2005 at 12:27:05PM +0100, Jonathon McKitrick wrote: > To make it the default CC, all I need to do is set CCVER in /etc/make.conf, > correct? And that will work throughout the system, kernel, world, and user > binaries, right?
CCVER select which compiler is choosen for the build system. To make it default for anything calling cc you also have to set OBJFORMAT_BUILTIN_CCVER_DEFAULT. Joerg
