summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2014-07-03 19:37:25 +0000
committergjb <gjb@FreeBSD.org>2014-07-03 19:37:25 +0000
commite485fdb2be7a90a72fae6d2ca4a25b3be290cfb8 (patch)
tree49e96ec95cb895f0e512b06fa6ef981895152748 /release
parentce7fc8f17b7c393663d9efb62c7c723eeef7641a (diff)
downloadFreeBSD-src-e485fdb2be7a90a72fae6d2ca4a25b3be290cfb8.zip
FreeBSD-src-e485fdb2be7a90a72fae6d2ca4a25b3be290cfb8.tar.gz
The u-boot tarball needed for some boards, BEAGLEBONE for
example, explicitly hard-code gcc(1) as the compiler. Partially revert r264703, which did a post-chroot install of gcc(1). This was initially removed because gcc(1) fails to build usr.bin/dtc/ causing the xdev target to fail. So this time, move the gcc(1) installation after xdev is built. This change is likely applicable to stable/10 arm build failures, as well. MFC after: 3 days Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'release')
-rwxr-xr-xrelease/arm/release.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/release/arm/release.sh b/release/arm/release.sh
index c2b2a1b..0869b00 100755
--- a/release/arm/release.sh
+++ b/release/arm/release.sh
@@ -111,6 +111,9 @@ main() {
BATCH=1 FORCE_PKG_REGISTER=1 install clean distclean
done
+ eval chroot ${CHROOTDIR} make -C /usr/src/gnu/usr.bin/cc \
+ WITH_GCC=1 ${WORLD_FLAGS} -j1 obj depend all install
+
mkdir -p ${CHROOTDIR}/tmp/crochet/work
before_build
install_crochet
OpenPOWER on IntegriCloud