mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
support/config-fragments/autobuild: reduce ARM internal toolchain
Building internal toolchains takes a long time, and since the differences between the 3 internal ARM toolchains is just the libc, and we're already testing uclibc/musl with external toolchains, it doesn't make much sense to build 3 different ARM internal toolchains. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
ceaf0a2283
commit
61fe61af31
@@ -1,5 +0,0 @@
|
||||
BR2_arm=y
|
||||
BR2_ARM_EABI=y
|
||||
BR2_TOOLCHAIN_BUILDROOT_LOCALE=y
|
||||
BR2_TOOLCHAIN_BUILDROOT_WCHAR=y
|
||||
BR2_TOOLCHAIN_BUILDROOT_CXX=y
|
||||
@@ -1,4 +0,0 @@
|
||||
BR2_arm=y
|
||||
BR2_cortex_a8=y
|
||||
BR2_TOOLCHAIN_BUILDROOT_MUSL=y
|
||||
BR2_TOOLCHAIN_BUILDROOT_CXX=y
|
||||
@@ -44,9 +44,7 @@ support/config-fragments/autobuild/bootlin-x86-64-uclibc.config,x86_64
|
||||
support/config-fragments/autobuild/bootlin-xtensa-uclibc.config,x86_64
|
||||
support/config-fragments/autobuild/br-arm-basic.config,x86_64
|
||||
support/config-fragments/autobuild/br-arm-full-nothread.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-i386-pentium4-full.config,x86_64
|
||||
support/config-fragments/autobuild/br-loongarch64-full-internal.config,any
|
||||
support/config-fragments/autobuild/br-loongarch64-internal-glibc.config,any
|
||||
|
||||
|
Can't render this file because it contains an unexpected character in line 1 and column 26.
|
Reference in New Issue
Block a user