1b464d73e0
As we recently stopped testing the x86-64 Sourcery toolchain, it means we no longer have any x86-64 glibc based toolchain in our autobuilders. Since this is a pretty common configuration, it makes sense to test it, which this commit does by adding a config fragment to use the x86-64 glibc bleeding edge Bootlin toolchain. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
16 lines
623 B
Plaintext
16 lines
623 B
Plaintext
BR2_x86_64=y
|
|
BR2_x86_corei7=y
|
|
BR2_TOOLCHAIN_EXTERNAL=y
|
|
BR2_TOOLCHAIN_EXTERNAL_CUSTOM=y
|
|
BR2_TOOLCHAIN_EXTERNAL_DOWNLOAD=y
|
|
BR2_TOOLCHAIN_EXTERNAL_URL="http://toolchains.bootlin.com/downloads/releases/toolchains/x86-64-core-i7/tarballs/x86-64-core-i7--glibc--bleeding-edge-2020.02-2.tar.bz2"
|
|
BR2_TOOLCHAIN_EXTERNAL_GCC_9=y
|
|
BR2_TOOLCHAIN_EXTERNAL_HEADERS_4_19=y
|
|
# BR2_TOOLCHAIN_EXTERNAL_LOCALE is not set
|
|
BR2_TOOLCHAIN_EXTERNAL_CXX=y
|
|
BR2_TOOLCHAIN_EXTERNAL_HAS_SSP=y
|
|
BR2_TOOLCHAIN_EXTERNAL_HAS_THREADS_DEBUG=y
|
|
BR2_TOOLCHAIN_EXTERNAL_HAS_THREADS=y
|
|
BR2_TOOLCHAIN_EXTERNAL_HAS_THREADS_NPTL=y
|
|
BR2_TOOLCHAIN_EXTERNAL_CUSTOM_GLIBC=y
|