From: Michael Tremer Date: Fri, 26 Apr 2019 15:16:10 +0000 (+0100) Subject: make.sh: Bump toolchain version X-Git-Tag: v2.23-core133~69^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=968a17d64cb744355b0aa2a611647f5fe12b477d;p=ipfire-2.x.git make.sh: Bump toolchain version Signed-off-by: Michael Tremer --- diff --git a/make.sh b/make.sh index bfcc83709f..c34b559974 100755 --- a/make.sh +++ b/make.sh @@ -37,7 +37,7 @@ 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=20181030 +TOOLCHAINVER=20190424 ############################################################################### #