From: Michael Tremer Date: Mon, 14 Sep 2015 12:37:31 +0000 (+0100) Subject: make.sh: Bump toolchain version X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5934eb5832d5d6c7768a78ca15b0b21ab2f4576e;p=people%2Fms%2Fipfire-2.x.git make.sh: Bump toolchain version Signed-off-by: Michael Tremer --- diff --git a/make.sh b/make.sh index 8554200985..da8c17c365 100755 --- a/make.sh +++ b/make.sh @@ -36,7 +36,7 @@ BUILD_IMAGES=1 # Flash and Xen Downloader KVER=`grep --max-count=1 VER lfs/linux | awk '{ print $3 }'` GIT_TAG=$(git tag | tail -1) # Git Tag GIT_LASTCOMMIT=$(git log | head -n1 | cut -d" " -f2 |head -c8) # Last commit -TOOLCHAINVER=9 +TOOLCHAINVER=10 # New architecture variables BUILD_ARCH="$(uname -m)"