diff options
author | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-06-30 18:00:30 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-06-30 18:00:30 +0200 |
commit | edca2cd08664eb234c0b7dfcbd04991aa4c1c281 (patch) | |
tree | e753f7aece00bcbcebbd98ff14819680a9a079e8 /support/config-fragments/autobuild/br-mips32r6-el-hf-glibc.config | |
parent | 78af2a63625a0893259ceb2f6cfb5b6ab1431419 (diff) | |
download | buildroot-edca2cd08664eb234c0b7dfcbd04991aa4c1c281.tar.gz buildroot-edca2cd08664eb234c0b7dfcbd04991aa4c1c281.zip |
support/config-fragments/autobuild: update pre-built Buildroot toolchains
All pre-built Buildroot toolchains have been rebuilt with Buildroot
2018.05, so this commit updates the corresponding configuration
fragments to make sure the autobuilders use the new toolchains.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'support/config-fragments/autobuild/br-mips32r6-el-hf-glibc.config')
-rw-r--r-- | support/config-fragments/autobuild/br-mips32r6-el-hf-glibc.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/config-fragments/autobuild/br-mips32r6-el-hf-glibc.config b/support/config-fragments/autobuild/br-mips32r6-el-hf-glibc.config index 1ed280f7a7..818f99e536 100644 --- a/support/config-fragments/autobuild/br-mips32r6-el-hf-glibc.config +++ b/support/config-fragments/autobuild/br-mips32r6-el-hf-glibc.config @@ -4,7 +4,7 @@ BR2_mips_32r6=y 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-mips32r6-el-hf-2018.02-891-g046c5e2.tar.bz2" +BR2_TOOLCHAIN_EXTERNAL_URL="http://autobuild.buildroot.org/toolchains/tarballs/br-mips32r6-el-hf-2018.05.tar.bz2" BR2_TOOLCHAIN_EXTERNAL_GCC_6=y BR2_TOOLCHAIN_EXTERNAL_HEADERS_4_16=y BR2_TOOLCHAIN_EXTERNAL_CUSTOM_GLIBC=y |