summaryrefslogtreecommitdiffstats
path: root/support/config-fragments/autobuild/br-arm-cortex-a9-glibc.config
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-04-19 22:26:54 +0200
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-04-21 14:52:56 +0200
commit04a052d908be6ce187da361f31b5b7699999dd34 (patch)
treea29d429fb5f5cfafeb90be46dfbd9160c543d5c2 /support/config-fragments/autobuild/br-arm-cortex-a9-glibc.config
parent8b2c8690d1135745379685096365fd8959a7ede6 (diff)
downloadbuildroot-04a052d908be6ce187da361f31b5b7699999dd34.tar.gz
buildroot-04a052d908be6ce187da361f31b5b7699999dd34.zip
support/config-fragments/autobuild: update all Buildroot pre-built toolchains
This commit updates all the pre-built Buildroot toolchains, which have all been rebuilt with Buildroot as of commit 046c5e2. The initial motivation for this update is that an upcoming bump of procps-ng uses fopencookie(), which has only been introduced in musl 1.1.19, which itself started being used in Buildroot after the 2018.02 release. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.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.config4
1 files changed, 2 insertions, 2 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 fea1564ab2..160484dfb4 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-2017.11-rc1.tar.bz2"
+BR2_TOOLCHAIN_EXTERNAL_URL="http://autobuild.buildroot.org/toolchains/tarballs/br-arm-cortex-a9-glibc-2018.02-891-g046c5e2.tar.bz2"
BR2_TOOLCHAIN_EXTERNAL_GCC_7=y
-BR2_TOOLCHAIN_EXTERNAL_HEADERS_4_13=y
+BR2_TOOLCHAIN_EXTERNAL_HEADERS_4_16=y
BR2_TOOLCHAIN_EXTERNAL_CUSTOM_GLIBC=y
BR2_TOOLCHAIN_EXTERNAL_CXX=y
OpenPOWER on IntegriCloud