diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-10-21 19:21:45 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-10-21 19:48:30 +0200 |
commit | 193dfffa834a4cd76bc7b41089bd93d4c37dfc65 (patch) | |
tree | 4be495c73bf33f71cf96146b5e473783d647cdbf /support/testing/tests/fs/test_iso9660.py | |
parent | 8f1d35569d39cb26cd1feba62aa410db16999f67 (diff) | |
download | buildroot-193dfffa834a4cd76bc7b41089bd93d4c37dfc65.tar.gz buildroot-193dfffa834a4cd76bc7b41089bd93d4c37dfc65.zip |
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 <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'support/testing/tests/fs/test_iso9660.py')
-rw-r--r-- | support/testing/tests/fs/test_iso9660.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/support/testing/tests/fs/test_iso9660.py b/support/testing/tests/fs/test_iso9660.py index 41430eb4d2..0cb15ada3f 100644 --- a/support/testing/tests/fs/test_iso9660.py +++ b/support/testing/tests/fs/test_iso9660.py @@ -8,12 +8,11 @@ BASIC_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-i386-pentium4-full-2015.05-496-g85945aa.tar.bz2" - BR2_TOOLCHAIN_EXTERNAL_GCC_4_9=y + BR2_TOOLCHAIN_EXTERNAL_URL="http://autobuild.buildroot.org/toolchains/tarballs/br-i386-pentium4-full-2017.05-1078-g95b1dae.tar.bz2" + BR2_TOOLCHAIN_EXTERNAL_GCC_6=y BR2_TOOLCHAIN_EXTERNAL_HEADERS_3_2=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 BR2_TARGET_GENERIC_GETTY_PORT="ttyS0" BR2_TARGET_GENERIC_GETTY_BAUDRATE_115200=y |