Building with gcc?

Dewayne Geraghty dewayne.geraghty at heuristicsystems.com.au
Mon Nov 25 17:19:54 UTC 2013


On 25/11/2013 12:28 PM, Matthew Fleming wrote:
> I'm trying to test a change to gcc, and I'd like to do a full
> buildworld/buildkernel using the gcc compiler.  So I added this to my
> /etc/src.conf (and make.conf, since I can't remember under which scenarios
> they're different):
>
> WITHOUT_CLANG=YES
> WITH_GCC=YES
> WITH_GNUCXX=YES
>
> and I started a buildworld.  It's currently building clang.
>
> Why is it building clang?
>
> Thanks,
> matthew
> _______________________________________________
> freebsd-hackers at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
> To unsubscribe, send any mail to "freebsd-hackers-unsubscribe at freebsd.org"
>
>
You need, in /etc/make.conf
CC=gcc
Regards, Dewayne.


More information about the freebsd-hackers mailing list