summaryrefslogtreecommitdiffstats
path: root/support/config-fragments/autobuild/br-arm-cortex-a9-glibc.config
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>2019-02-14 11:36:18 +0100
committerPeter Korsgaard <peter@korsgaard.com>2019-02-14 21:52:40 +0100
commit71e449d3a5ccbace7e67a8cf722f9b04a49f4eb9 (patch)
tree4bddab0d7a8c684bfe51effb5ca8832ccad34bb8 /support/config-fragments/autobuild/br-arm-cortex-a9-glibc.config
parent640153775bafb4873940b96a5ef5a8fc1895a72e (diff)
downloadbuildroot-71e449d3a5ccbace7e67a8cf722f9b04a49f4eb9.tar.gz
buildroot-71e449d3a5ccbace7e67a8cf722f9b04a49f4eb9.zip
support/config-fragments/autobuild: update all pre-built Buildroot toolchains
All toolchains have been rebuilt with Buildroot 2019.02-rc1. Changes: - Toolchains that were using no-longer maintained kernel headers versions have been changed to use a variety of newer kernel headers versions (4.4, 4.9 or 4.14). - Since gcc 7.x is now the default in Buildroot, most toolchains that simply use the default gcc version use 7.x instead of 6.x. - br-arm-cortex-a9-glibc uses gcc 8.x, binutils 2.31 and kernel headers 4.20 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'support/config-fragments/autobuild/br-arm-cortex-a9-glibc.config')
-rw-r--r--support/config-fragments/autobuild/br-arm-cortex-a9-glibc.config6
1 files changed, 3 insertions, 3 deletions
diff --git a/support/config-fragments/autobuild/br-arm-cortex-a9-glibc.config b/support/config-fragments/autobuild/br-arm-cortex-a9-glibc.config
index f67d955e88..63fb66983e 100644
--- a/support/config-fragments/autobuild/br-arm-cortex-a9-glibc.config
+++ b/support/config-fragments/autobuild/br-arm-cortex-a9-glibc.config
@@ -4,8 +4,8 @@ BR2_ARM_ENABLE_VFP=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-arm-cortex-a9-glibc-2018.05.tar.bz2"
-BR2_TOOLCHAIN_EXTERNAL_GCC_7=y
-BR2_TOOLCHAIN_EXTERNAL_HEADERS_4_16=y
+BR2_TOOLCHAIN_EXTERNAL_URL="http://autobuild.buildroot.org/toolchains/tarballs/br-arm-cortex-a9-glibc-2019.02-rc1.tar.bz2"
+BR2_TOOLCHAIN_EXTERNAL_GCC_8=y
+BR2_TOOLCHAIN_EXTERNAL_HEADERS_4_20=y
BR2_TOOLCHAIN_EXTERNAL_CUSTOM_GLIBC=y
BR2_TOOLCHAIN_EXTERNAL_CXX=y
OpenPOWER on IntegriCloud