Date: Tue, 30 Aug 2011 15:14:19 +0200 From: Olivier Smedts <olivier@gid0.org> To: Alex Kuster <vertex.symphony@gmail.com> Cc: freebsd-current@freebsd.org, "O. Hartmann" <ohartman@zedat.fu-berlin.de> Subject: Re: CLANG; still cc in use when building the WORLD with CLANG? Message-ID: <CABzXLYOpM=iBWff6SL%2B9tqw2z7DRAn70KOV3gmx%2BN0wkqo2sGA@mail.gmail.com> In-Reply-To: <201108300709.23538.vertex.Symphony@gmail.com> References: <4E5CB1E9.9080801@zedat.fu-berlin.de> <201108300709.23538.vertex.Symphony@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
2011/8/30 Alex Kuster <vertex.symphony@gmail.com>: > I would also recommend you to move the clang stuff for base system where = it > belongs ( /etc/src.conf .. see src.conf(5) =A0). >From http://wiki.freebsd.org/BuildingFreeBSDWithClang Add the following lines to /etc/make.conf: .if !defined(CC) || ${CC} =3D=3D "cc" CC=3Dclang .endif .if !defined(CXX) || ${CXX} =3D=3D "c++" CXX=3Dclang++ .endif .if !defined(CPP) || ${CPP} =3D=3D "cpp" CPP=3Dclang -E .endif # Don't die on warnings NO_WERROR=3D WERROR=3D # Don't forget this when using Jails! NO_FSCHG=3D So make.conf seems to be the good place. --=20 Olivier Smedts=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0=A0 _ =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0= =A0 ASCII ribbon campaign ( ) e-mail: olivier@gid0.org=A0 =A0 =A0 =A0 - against HTML email & vCards=A0 X www: http://www.gid0.org=A0 =A0 - against proprietary attachments / \ =A0 "Il y a seulement 10 sortes de gens dans le monde : =A0 ceux qui comprennent le binaire, =A0 et ceux qui ne le comprennent pas."
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CABzXLYOpM=iBWff6SL%2B9tqw2z7DRAn70KOV3gmx%2BN0wkqo2sGA>