Skip to content

Commit

Permalink
Fix armv6 build failure: "armv6-freebsd-gcc: not found"
Browse files Browse the repository at this point in the history
Help from:	imp
Sponsored by:	The FreeBSD Foundation


git-svn-id: svn+ssh://svn.freebsd.org/base/head@264518 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
  • Loading branch information
gjb committed Apr 15, 2014
1 parent f7b3179 commit 408a82c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/arm/release.sh
Expand Up @@ -98,7 +98,7 @@ main() {
eval chroot ${CHROOTDIR} make -C /usr/src/gnu/usr.bin/cc \
WITH_GCC=1 ${WORLD_FLAGS} -j1 obj depend all install
# Build the 'xdev' target for crochet.
eval chroot ${CHROOTDIR} make -C /usr/src \
eval chroot ${CHROOTDIR} make -C /usr/src WITHOUT_CLANG_IS_CC=1 \
XDEV=${XDEV} XDEV_ARCH=${XDEV_ARCH} WITH_GCC=1 \
${WORLD_FLAGS} xdev

Expand Down

0 comments on commit 408a82c

Please sign in to comment.