# HG changeset patch # User Christophe Lincoln # Date 1305769344 -7200 # Node ID 7285c2fa64b250ab82abc10f5840646c02eec9d1 # Parent c8f94ae422a867a3dd3772e204373a18168b7448 revert last commit to config (was testing only) diff -r c8f94ae422a8 -r 7285c2fa64b2 cook.conf --- a/cook.conf Thu May 19 00:28:45 2011 +0200 +++ b/cook.conf Thu May 19 03:42:24 2011 +0200 @@ -28,10 +28,11 @@ # Target architecture. ARCH="i386" -TARGET="$ARCH-pc-linux-gnu" +#TARGET="$ARCH-pc-linux-gnu" # Default Build host tools. -BUILD_HOST="i686-pc-linux-gnu" +#BUILD_HOST="i686-pc-linux-gnu" +BUILD_HOST="$ARCH-pc-linux-gnu" # SliTaz optimisation flags - Wide compatibility & optimized for i386 MAKEFLAGS="-j$(($(grep processor /proc/cpuinfo | wc -l)+1))"