support/config-fragments: add internal defconfigs for glibc and musl

While we have several defconfigs building internal toolchains with
uClibc, we don't have any building internal toolchain with glibc and
musl. However, having such defconfigs is nice when we bump the C
library version, in order to immediately get feedback on build
failures.

Note that while the ARC internal defconfig uses glibc, it uses the
special ARC glibc version, so it doesn't test version bumps of the
upstream glibc C library.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Thomas Petazzoni 2018-02-05 22:45:17 +01:00
parent 99c6f9fba1
commit 6030986311
3 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,4 @@
BR2_arm=y
BR2_cortex_a8=y
BR2_TOOLCHAIN_BUILDROOT_GLIBC=y
BR2_TOOLCHAIN_BUILDROOT_CXX=y

View File

@ -0,0 +1,4 @@
BR2_arm=y
BR2_cortex_a8=y
BR2_TOOLCHAIN_BUILDROOT_MUSL=y
BR2_TOOLCHAIN_BUILDROOT_CXX=y

View File

@ -12,6 +12,8 @@ support/config-fragments/autobuild/br-arm-full.config,x86_64
support/config-fragments/autobuild/br-arm-full-nothread.config,x86_64
support/config-fragments/autobuild/br-arm-full-static.config,x86_64
support/config-fragments/autobuild/br-arm-internal-full.config,any
support/config-fragments/autobuild/br-arm-internal-glibc.config,any
support/config-fragments/autobuild/br-arm-internal-musl.config,any
support/config-fragments/autobuild/br-bfin-full.config,x86_64
support/config-fragments/autobuild/br-i386-pentium4-full.config,x86_64
support/config-fragments/autobuild/br-i386-pentium-mmx-musl.config,x86_64

1 support/config-fragments/autobuild/armv5-ctng-linux-gnueabi.config x86
12 support/config-fragments/autobuild/br-arm-full-nothread.config x86_64
13 support/config-fragments/autobuild/br-arm-full-static.config x86_64
14 support/config-fragments/autobuild/br-arm-internal-full.config any
15 support/config-fragments/autobuild/br-arm-internal-glibc.config any
16 support/config-fragments/autobuild/br-arm-internal-musl.config any
17 support/config-fragments/autobuild/br-bfin-full.config x86_64
18 support/config-fragments/autobuild/br-i386-pentium4-full.config x86_64
19 support/config-fragments/autobuild/br-i386-pentium-mmx-musl.config x86_64