Building with gcc?

Matthew Fleming mdf at FreeBSD.org
Mon Nov 25 01:28:06 UTC 2013


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


More information about the freebsd-hackers mailing list