]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
toolchain: version 7.
authorArne Fitzenreiter <arne_f@ipfire.org>
Sun, 8 Sep 2013 22:13:10 +0000 (00:13 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sun, 8 Sep 2013 22:13:10 +0000 (00:13 +0200)
make.sh

diff --git a/make.sh b/make.sh
index 0dfe0ec89b50c945ba965b6faf2f1db226971614..53fbb3559db3902c4c9770640f5aba02a78d13ba 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -37,7 +37,7 @@ KVER=`grep --max-count=1 VER lfs/linux | awk '{ print $3 }'`
 MACHINE=`uname -m`
 GIT_TAG=$(git tag | tail -1)                                   # Git Tag
 GIT_LASTCOMMIT=$(git log | head -n1 | cut -d" " -f2 |head -c8) # Last commit
-TOOLCHAINVER=6
+TOOLCHAINVER=7
 
 BUILDMACHINE=$MACHINE
     if [ "$MACHINE" = "x86_64" ]; then