Bump toolchain version

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2017-05-18 12:24:49 +01:00
parent fc07307f9a
commit 628e8c3a00

View File

@@ -36,7 +36,8 @@ 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=12
TOOLCHAINVER=20170518
# New architecture variables
HOST_ARCH="$(uname -m)"