From: Arne Fitzenreiter Date: Sun, 8 Sep 2013 22:13:10 +0000 (+0200) Subject: toolchain: version 7. X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=commitdiff_plain;h=ff441c487d7fc99a20d06dc6d6e99ea4f7c10c69 toolchain: version 7. --- diff --git a/make.sh b/make.sh index 0dfe0ec89..53fbb3559 100755 --- a/make.sh +++ b/make.sh @@ -37,7 +37,7 @@ KVER=`grep --max-count=1 VER lfs/linux | awk '{ print $3 }'` MACHINE=`uname -m` GIT_TAG=$(git tag | tail -1) # Git Tag GIT_LASTCOMMIT=$(git log | head -n1 | cut -d" " -f2 |head -c8) # Last commit -TOOLCHAINVER=6 +TOOLCHAINVER=7 BUILDMACHINE=$MACHINE if [ "$MACHINE" = "x86_64" ]; then