From 193dfffa834a4cd76bc7b41089bd93d4c37dfc65 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sat, 21 Oct 2017 19:21:45 +0200 Subject: support/testing: use more recent toolchains With the hard disk crash of autobuild.b.o, we lost old toolchains, so use the latest toolchains, which have been restored. Signed-off-by: Thomas Petazzoni --- support/testing/infra/basetest.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'support/testing/infra/basetest.py') diff --git a/support/testing/infra/basetest.py b/support/testing/infra/basetest.py index 5210f0ae58..754922692c 100644 --- a/support/testing/infra/basetest.py +++ b/support/testing/infra/basetest.py @@ -11,12 +11,11 @@ BASIC_TOOLCHAIN_CONFIG = \ BR2_TOOLCHAIN_EXTERNAL=y BR2_TOOLCHAIN_EXTERNAL_CUSTOM=y BR2_TOOLCHAIN_EXTERNAL_DOWNLOAD=y - BR2_TOOLCHAIN_EXTERNAL_URL="http://autobuild.buildroot.org/toolchains/tarballs/br-arm-full-2015.05-1190-g4a48479.tar.bz2" - BR2_TOOLCHAIN_EXTERNAL_GCC_4_7=y + BR2_TOOLCHAIN_EXTERNAL_URL="http://autobuild.buildroot.org/toolchains/tarballs/br-arm-full-2017.05-1078-g95b1dae.tar.bz2" + BR2_TOOLCHAIN_EXTERNAL_GCC_4_9=y BR2_TOOLCHAIN_EXTERNAL_HEADERS_3_10=y BR2_TOOLCHAIN_EXTERNAL_LOCALE=y # BR2_TOOLCHAIN_EXTERNAL_HAS_THREADS_DEBUG is not set - BR2_TOOLCHAIN_EXTERNAL_INET_RPC=y BR2_TOOLCHAIN_EXTERNAL_CXX=y """ -- cgit v1.2.3