summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2014-03-28 23:04:02 +0100
committerAnders Roxell <anders.roxell@linaro.org>2014-03-28 23:04:02 +0100
commit67c4cd085aa35678dcc4d8eb155c69e710fc47f6 (patch)
tree82dd778d321f178c1179db7395bdd640f4bf42e2
parentc041048a7775be9515232f2087e778e7ece7e2a6 (diff)
bump to Linaro GCC release 14.03
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
-rwxr-xr-xlinux-lng-preempt-rt.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux-lng-preempt-rt.sh b/linux-lng-preempt-rt.sh
index 311d385..f5362f4 100755
--- a/linux-lng-preempt-rt.sh
+++ b/linux-lng-preempt-rt.sh
@@ -33,7 +33,7 @@ cp -a ${reference_git}/* ${reference_git}/.git* .
export use_config_fragment=1
export MAKE_DTBS=true
-export toolchain_url="http://releases.linaro.org/14.02/components/toolchain/binaries/gcc-linaro-arm-linux-gnueabihf-4.8-2014.02_linux.tar.xz"
+export toolchain_url="http://releases.linaro.org/14.03/components/toolchain/binaries/gcc-linaro-arm-linux-gnueabihf-4.8-2014.03_linux.tar.xz"
export rootfs_arch="armv7a"
case "${hwpack}" in
@@ -62,7 +62,7 @@ case "${hwpack}" in
export conf_filenames="linaro/configs/linaro-base.conf linaro/configs/linaro-base64.conf linaro/configs/distribution.conf linaro/configs/preempt-rt.conf linaro/configs/ovs.conf linaro/configs/kvm-host.conf linaro/configs/no_hz_full.conf linaro/configs/vexpress64.conf"
export device_type="rtsm_foundation-armv8"
export ARCH="arm64"
- export toolchain_url="https://releases.linaro.org/14.02/components/toolchain/binaries/gcc-linaro-aarch64-linux-gnu-4.8-2014.02_linux.tar.xz"
+ export toolchain_url="https://releases.linaro.org/14.03/components/toolchain/binaries/gcc-linaro-aarch64-linux-gnu-4.8-2014.03_linux.tar.xz"
export rootfs_arch="armv8"
export make_bootwrapper=false
lmc_dev="fastmodel"