]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r264518, r264697, r264698, r264703:
authorgjb <gjb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 23 Apr 2014 01:27:53 +0000 (01:27 +0000)
committergjb <gjb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 23 Apr 2014 01:27:53 +0000 (01:27 +0000)
commit3a3c98edf7ed9331c5ddd6eaa8ae19ad2aa1ff74
tree4a24129bbd0e4b47ad49927b17a8e5270aef4317
parentedba34d1c9356b6071aa3d00acb5651feb142d86
MFC r264518, r264697, r264698, r264703:

r264518:
  Fix armv6 build failure: "armv6-freebsd-gcc: not found"

r264697:
  When building the 'xdev' target when WITH_GCC=1 and
  WITHOUT_CLANG_IS_CC=1, it appears WITHOUT_CLANG=1 must
  also be set.

  While here, reorder the lines to put the WITH_* and
  WITHOUT_* entries on the same line.

r264698:
  Fix EOL escape.

r264703:
  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 no longer needs to be cc(1) instead of
  clang(1), remove the chroot(8) post-install cc(1) overwrite.

Sponsored by: The FreeBSD Foundation

git-svn-id: svn://svn.freebsd.org/base/stable/10@264792 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
release/arm/release.sh