summaryrefslogtreecommitdiffstats
path: root/toolchain/toolchain-external/toolchain-external.mk
diff options
context:
space:
mode:
authorRomain Naour <romain.naour@gmail.com>2016-09-24 11:37:51 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-09-25 22:00:38 +0200
commit227553b61465f89bc2af9e5676ccceec0e8f1e80 (patch)
treee6c26e1a619d7cdd32e0ddaa8377ef557dfb4c2f /toolchain/toolchain-external/toolchain-external.mk
parente31047163033e218640145b6f4d6bc5108353e07 (diff)
downloadbuildroot-227553b61465f89bc2af9e5676ccceec0e8f1e80.tar.gz
buildroot-227553b61465f89bc2af9e5676ccceec0e8f1e80.zip
toolchain-external: bump version of Linaro ARM toolchain
The gdb version is 7.11.1 not 7.10 as stated in the link below [1]. See the manifest to check the version really used [2]. Tested with Qemu 2.4.1 and qemu_arm_vexpress_defconfig. [1] https://releases.linaro.org/components/toolchain/binaries/5.3-2016.05 [2] https://releases.linaro.org/components/toolchain/binaries/5.3-2016.05/arm-linux-gnueabihf/gcc-linaro-5.3.1-2016.05-linux-manifest.txt Signed-off-by: Romain Naour <romain.naour@gmail.com> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'toolchain/toolchain-external/toolchain-external.mk')
-rw-r--r--toolchain/toolchain-external/toolchain-external.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/toolchain-external/toolchain-external.mk b/toolchain/toolchain-external/toolchain-external.mk
index ad258b86be..caa1253316 100644
--- a/toolchain/toolchain-external/toolchain-external.mk
+++ b/toolchain/toolchain-external/toolchain-external.mk
@@ -335,8 +335,8 @@ TOOLCHAIN_EXTERNAL_SOURCE = gcc-linaro-arm-linux-gnueabihf-4.9-2014.09_linux.tar
TOOLCHAIN_EXTERNAL_ACTUAL_SOURCE_TARBALL = gcc-linaro-arm-linux-gnueabihf-4.9-2014.09_src.tar.bz2
TOOLCHAIN_EXTERNAL_POST_INSTALL_STAGING_HOOKS += TOOLCHAIN_EXTERNAL_LINARO_SYMLINK
else
-TOOLCHAIN_EXTERNAL_SITE = https://releases.linaro.org/components/toolchain/binaries/5.3-2016.02/arm-linux-gnueabihf
-TOOLCHAIN_EXTERNAL_SOURCE = gcc-linaro-5.3-2016.02-x86_64_arm-linux-gnueabihf.tar.xz
+TOOLCHAIN_EXTERNAL_SITE = https://releases.linaro.org/components/toolchain/binaries/5.3-2016.05/arm-linux-gnueabihf
+TOOLCHAIN_EXTERNAL_SOURCE = gcc-linaro-5.3.1-2016.05-x86_64_arm-linux-gnueabihf.tar.xz
endif
else ifeq ($(BR2_TOOLCHAIN_EXTERNAL_LINARO_ARMEB),y)
ifeq ($(HOSTARCH),x86)
OpenPOWER on IntegriCloud