support/config-fragments/autobuild: add ARC glibc fragment

glibc is now supported for ARC so let's kick-start autobuilders
with glibc toolchain for ARC HS.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Arnout Vandecappelle <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Alexey Brodkin 2017-10-13 19:09:09 +03:00 committed by Thomas Petazzoni
parent 80ea21bc3c
commit bdc7567bbd
2 changed files with 5 additions and 0 deletions

View file

@ -0,0 +1,4 @@
BR2_arcle=y
BR2_archs38=y
BR2_TOOLCHAIN_BUILDROOT_GLIBC=y
BR2_TOOLCHAIN_BUILDROOT_CXX=y

View file

@ -2,6 +2,7 @@ support/config-fragments/autobuild/armv5-ctng-linux-gnueabi.config,x86
support/config-fragments/autobuild/armv7-ctng-linux-gnueabihf.config,x86
support/config-fragments/autobuild/br-aarch64-glibc.config,x86_64
support/config-fragments/autobuild/br-arc-full-internal.config,any
support/config-fragments/autobuild/br-arc-internal-glibc.config,any
support/config-fragments/autobuild/br-arcle-hs38.config,x86_64
support/config-fragments/autobuild/br-arm-basic.config,x86_64
support/config-fragments/autobuild/br-arm-cortex-a9-glibc.config,x86_64

1 support/config-fragments/autobuild/armv5-ctng-linux-gnueabi.config x86
2 support/config-fragments/autobuild/armv7-ctng-linux-gnueabihf.config x86
3 support/config-fragments/autobuild/br-aarch64-glibc.config x86_64
4 support/config-fragments/autobuild/br-arc-full-internal.config any
5 support/config-fragments/autobuild/br-arc-internal-glibc.config any
6 support/config-fragments/autobuild/br-arcle-hs38.config x86_64
7 support/config-fragments/autobuild/br-arm-basic.config x86_64
8 support/config-fragments/autobuild/br-arm-cortex-a9-glibc.config x86_64