summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2014-07-14 10:59:09 +0200
committerAnders Roxell <anders.roxell@linaro.org>2014-07-14 10:59:09 +0200
commit5470b5fbbfc11bd29270ca587d74e6187a05996c (patch)
treebffa822f1a34f3ba7767b62935558fa6060a1d6f
parent68cfc12626975f144f1469df1d1db16d944184d7 (diff)
use rootfs built with gcc 4.9
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
-rwxr-xr-xlinux-lng.sh2
1 files changed, 1 insertions, 1 deletions
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