From: Michael Tremer Date: Sun, 12 Aug 2012 21:04:04 +0000 (-0400) Subject: Bump toolchain version to 5. X-Git-Tag: v2.13-beta1~260 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6e32d39986c694e8cd72c57f4d276d6861a7d4b0;p=ipfire-2.x.git Bump toolchain version to 5. --- diff --git a/make.sh b/make.sh index 9d35e6ee4b..f95e59466a 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=4 +TOOLCHAINVER=5 BUILDMACHINE=$MACHINE if [ "$MACHINE" = "x86_64" ]; then