summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2014-06-30 13:41:00 +0200
committerAnders Roxell <anders.roxell@linaro.org>2014-06-30 13:41:00 +0200
commite88176d479e1d30206e6f78048211d2ce282f9da (patch)
tree2f406f955cb47e318643f06e2fff5dc8e36ea4a4
parent84063687e1080957e66b4ec8494332dc6ebd2415 (diff)
bump to Linaro GCC release 14.06
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 ff053f9..34387e6 100755
--- a/linux-lng-preempt-rt.sh
+++ b/linux-lng-preempt-rt.sh
@@ -8,7 +8,7 @@ export linux_git="${linux_git:-git://git.linaro.org/kernel/linux-linaro-lng.git}
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.05}"
+TC_RELEASE="${TC_RELEASE:-14.06}"
GCC_VERSION="${GCC_VERSION:-4.8}"
export ARCH=arm