summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2014-09-30 14:31:34 +0200
committerAnders Roxell <anders.roxell@linaro.org>2014-09-30 14:31:34 +0200
commit182c15a4439159651ab62c0f983a1f744683468a (patch)
tree351f5bac452f035e836f05903a57e1c43887d8a7
parent5e5fc7af1b747a066c3407600e64b7765f97143c (diff)
bump toolchain version to 14.09
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 4bee7ee..35ed40a 100755
--- a/linux-lng.sh
+++ b/linux-lng.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-${linux_branch_version}"}"
endian=${endian:-le}
-TC_RELEASE="${TC_RELEASE:-14.08}"
+TC_RELEASE="${TC_RELEASE:-14.09}"
GCC_VERSION="${GCC_VERSION:-4.9}"
export ARCH=arm