From: ms Date: Sat, 15 Mar 2008 18:01:36 +0000 (+0000) Subject: Another big mistake in the cross toolchain. X-Git-Tag: v3.0-alpha1~1085 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61a403cd75deded566c422806b3796dd096945d2;p=ipfire-3.x.git Another big mistake in the cross toolchain. git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@1270 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8 --- diff --git a/make.sh b/make.sh index e80cf818e..c41d3ba3c 100755 --- a/make.sh +++ b/make.sh @@ -38,7 +38,7 @@ SLOGAN="www.ipfire.org" # Software slogan toolchain_build() { ORG_PATH=$PATH - export PATH=$BASEDIR/build_${TARGET}/usr/local/ccache/bin:$BASEDIR/build_${TARGET}/usr/local/distcc/bin:$BASEDIR/build_${TARGET}/$CTOOLS_DIR/bin:$BASEDIR/build_${TARGET}/$TOOLS_DIR/bin:$PATH + export PATH=$BASEDIR/build_${MACHINE}/usr/local/ccache/bin:$BASEDIR/build_${MACHINE}/usr/local/distcc/bin:$BASEDIR/build_${MACHINE}/$CTOOLS_DIR/bin:$BASEDIR/build_${MACHINE}/$TOOLS_DIR/bin:$PATH STAGE_ORDER=01 STAGE=toolchain