From 5470b5fbbfc11bd29270ca587d74e6187a05996c Mon Sep 17 00:00:00 2001 From: Anders Roxell Date: Mon, 14 Jul 2014 10:59:09 +0200 Subject: use rootfs built with gcc 4.9 Signed-off-by: Anders Roxell --- linux-lng.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-lng.sh b/linux-lng.sh index 325aaad..7b17722 100755 --- a/linux-lng.sh +++ b/linux-lng.sh @@ -9,7 +9,7 @@ export linux_branch_version="${linux_branch_version:-"v3.14.x"}" export linux_branch="${linux_branch:-"linux-lng-${linux_branch_version}"}" endian=${endian:-le} TC_RELEASE="${TC_RELEASE:-14.06}" -GCC_VERSION="${GCC_VERSION:-4.8}" +GCC_VERSION="${GCC_VERSION:-4.9}" export ARCH=arm if [ -z "${WORKSPACE}" ]; then -- cgit v1.2.3