Re: ccache pausing in buildworld

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Dimitry Andric
Date: Monday, November 8, 2010 - 11:01 am

On 2010-11-08 16:34, Alexey Shuvaev wrote:

Have you read http://wiki.freebsd.org/BuildingFreeBSDWithClang, which
suggests to put:

.if !defined(CC) || ${CC} == "cc"
CC=clang
.endif
.if !defined(CXX) || ${CXX} == "c++"
CXX=clang++
.endif
# Don't die on warnings
NO_WERROR=
WERROR=

in your /etc/src.conf (or make.conf, depending on your preference)?

If you use that, it should work, at least for the build32 stage of
buildworld on amd64.  This workaround is only needed on amd64, not for
i386.
_______________________________________________
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"
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
ccache pausing in buildworld, Warren Block, (Sun Oct 31, 9:38 am)
Re: ccache pausing in buildworld, Garrett Cooper, (Sun Oct 31, 4:05 pm)
Re: ccache pausing in buildworld, Warren Block, (Sun Oct 31, 5:21 pm)
Re: ccache pausing in buildworld, Garrett Cooper, (Sun Oct 31, 6:02 pm)
Re: ccache pausing in buildworld, Adam Vande More, (Sun Oct 31, 7:31 pm)
Re: ccache pausing in buildworld, Emanuel Haupt, (Mon Nov 8, 6:48 am)
Re: ccache pausing in buildworld, Alexey Shuvaev, (Mon Nov 8, 8:34 am)
Re: ccache pausing in buildworld, Dimitry Andric, (Mon Nov 8, 11:01 am)
Re: ccache pausing in buildworld, Alexey Shuvaev, (Mon Nov 8, 11:13 am)
Re: ccache pausing in buildworld, Emanuel Haupt, (Mon Nov 8, 11:42 am)
Re: ccache pausing in buildworld, Emanuel Haupt, (Mon Nov 8, 11:50 am)
Re: ccache pausing in buildworld, Dimitry Andric, (Mon Nov 8, 12:04 pm)
Re: ccache pausing in buildworld, Warren Block, (Mon Nov 8, 5:10 pm)