summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2014-06-30 13:40:24 +0200
committerAnders Roxell <anders.roxell@linaro.org>2014-06-30 13:40:24 +0200
commit68cfc12626975f144f1469df1d1db16d944184d7 (patch)
treee7bea9624bd72d8e13058bf2c012f75924791afb
parent9f2c972a0ebd1041387230f1da0c664279e11f09 (diff)
bump to Linaro GCC release 14.06
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 36355a4..325aaad 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.05}"
+TC_RELEASE="${TC_RELEASE:-14.06}"
GCC_VERSION="${GCC_VERSION:-4.8}"
export ARCH=arm