]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - support/testing/infra/basetest.py
support/testing: use more recent toolchains
[coffee/buildroot.git] / support / testing / infra / basetest.py
index 5210f0ae580cb4bd49b94a590ad1e2c98845e6d4..754922692cc2a9627fbd13d0b24ab0330fe12848 100644 (file)
@@ -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
     """