From: Arne Fitzenreiter Date: Sun, 3 May 2015 11:02:30 +0000 (+0200) Subject: toolchain: set version to 9. X-Git-Tag: v2.17-core91~82 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9666a34d0e20328bc43ba90904382176b7844796;p=ipfire-2.x.git toolchain: set version to 9. --- diff --git a/make.sh b/make.sh index 26f9d42172..cd78bf7056 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=8 +TOOLCHAINVER=9 # New architecture variables BUILD_ARCH="$(uname -m)"