summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2014-07-14 10:59:40 +0200
committerAnders Roxell <anders.roxell@linaro.org>2014-07-14 10:59:40 +0200
commitdf534dd89312f06b0ed724e9993fde9dc014b3a1 (patch)
treeb6d4ed6e8e46fdd6214cd914494dbbd2c53c9fdc
parente88176d479e1d30206e6f78048211d2ce282f9da (diff)
use rootfs built with gcc 4.9
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
-rwxr-xr-xlinux-lng-preempt-rt.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-lng-preempt-rt.sh b/linux-lng-preempt-rt.sh
index 34387e6..078aacb 100755
--- a/linux-lng-preempt-rt.sh
+++ b/linux-lng-preempt-rt.sh
@@ -9,7 +9,7 @@ export linux_branch_version="${linux_branch_version:-"v3.14.x"}"
export linux_branch="${linux_branch:-"linux-lng-preempt-rt-${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