mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
Bump toolchain version
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
3
make.sh
3
make.sh
@@ -36,7 +36,8 @@ BUILD_IMAGES=1 # Flash and Xen Downloader
|
|||||||
KVER=`grep --max-count=1 VER lfs/linux | awk '{ print $3 }'`
|
KVER=`grep --max-count=1 VER lfs/linux | awk '{ print $3 }'`
|
||||||
GIT_TAG=$(git tag | tail -1) # Git Tag
|
GIT_TAG=$(git tag | tail -1) # Git Tag
|
||||||
GIT_LASTCOMMIT=$(git log | head -n1 | cut -d" " -f2 |head -c8) # Last commit
|
GIT_LASTCOMMIT=$(git log | head -n1 | cut -d" " -f2 |head -c8) # Last commit
|
||||||
TOOLCHAINVER=12
|
|
||||||
|
TOOLCHAINVER=20170518
|
||||||
|
|
||||||
# New architecture variables
|
# New architecture variables
|
||||||
HOST_ARCH="$(uname -m)"
|
HOST_ARCH="$(uname -m)"
|
||||||
|
|||||||
Reference in New Issue
Block a user