Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Nov 2013 04:17:05 +1100
From:      Dewayne Geraghty <dewayne.geraghty@heuristicsystems.com.au>
To:        freebsd-hackers@freebsd.org
Subject:   Re: Building with gcc?
Message-ID:  <52938611.3010407@heuristicsystems.com.au>
In-Reply-To: <CAMBSHm-k%2B6md05aEJXLnGbbyg-WScseqLfjrpRutC4TFk7ir5Q@mail.gmail.com>
References:  <CAMBSHm-k%2B6md05aEJXLnGbbyg-WScseqLfjrpRutC4TFk7ir5Q@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
> To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"
>
>
You need, in /etc/make.conf
CC=gcc
Regards, Dewayne.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?52938611.3010407>