From: Michael Tremer Date: Thu, 18 May 2017 11:24:49 +0000 (+0100) Subject: Bump toolchain version X-Git-Tag: v2.19-core112~87 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=628e8c3a0005d9f710fd39b4d8bd4581b83cd08f;p=ipfire-2.x.git Bump toolchain version Signed-off-by: Michael Tremer --- diff --git a/make.sh b/make.sh index f7ca674b18..9314ae9420 100755 --- a/make.sh +++ b/make.sh @@ -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)"