]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Apply a slightly different color hammer to arm/release.sh:
authorgjb <gjb@FreeBSD.org>
Sun, 20 Apr 2014 20:46:06 +0000 (20:46 +0000)
committergjb <gjb@FreeBSD.org>
Sun, 20 Apr 2014 20:46:06 +0000 (20:46 +0000)
commitf68d811d9b5c4cffaf266b828e004710f61e4147
tree303d38abe4e9652bdcfc43dfc3a811c5715efeca
parent1c383a30c4549e1f502e550ea93f76f134bddaf8
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.

MFC After: 3 days
X-MFC-With: r264518,r264697,r264698
Tested on: stable/10@r264677 RPI-B
Sponsored by: The FreeBSD Foundation
release/arm/release.sh