svn commit: r264703 - head/release/arm

Warner Losh imp at bsdimp.com
Mon Apr 21 04:29:09 UTC 2014


On Apr 20, 2014, at 2:49 PM, Glen Barber <gjb at freebsd.org> wrote:

> On Sun, Apr 20, 2014 at 08:46:07PM +0000, Glen Barber wrote:
>> Author: gjb
>> Date: Sun Apr 20 20:46:06 2014
>> New Revision: 264703
>> URL: http://svnweb.freebsd.org/changeset/base/264703
>> 
>> Log:
>>  Apply a slightly different color hammer to arm/release.sh:
>> 
>>   - gcc(1) fails to build usr.bin/dtc
>>   - lack of WITH_GNUCXX=1 causes cc1plus(1) calls to fail
>>   - u-boot fails to build with clang (hard-coded gcc(1) calls)
>> 
>>  Implement the proper incantation of WITH_/WITHOUT_ knobs
>>  to get arm snapshot builds working again.
>> 
>>  Since the cc(1) binary is no longer expected to be clang(1),
>>  remove the chroot(8) post-install cc(1) overwrite.
>> 
> 
> The wording here is backwards post-edit.  It should have stated "because
> we no longer need to overwrite cc(1) with clang(1),...".

Yea, WITH/WITHOUT_CLANG_IS_CC must die.

Warner



More information about the svn-src-head mailing list