mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
- br-i386-pentium4-full.config as an x86 32-bit toolchain test is
already reasonably covered by bootlin-x86-i686-musl.config
- br-microblazeel-full-internal.config as a Microblaze toolchain test is
already reasonably covered by bootlin-microblazeel-uclibc.config
- br-powerpc-internal-full.config and br-powerpc-603e-basic-cpp.config
as PowerPC 32-bit toolchain tests are already reasonably covered by
bootlin-powerpc-e500mc-uclibc.config
- br-powerpc64-power7-glibc.config as a PowerPC 64-bit toolchain test
is already reasonably covered by
bootlin-powerpc64le-power8-glibc.config
- br-riscv64-full-internal.config as a RISC-V 64-bit toolchain test is
already reasonably covered by bootlin-riscv64-glibc.config and
bootlin-riscv64-musl.config
- br-s390x-z13-internal-glibc.config as a s390 toolchain test is
already reasonably covered by bootlin-s390x-z13-glibc.config
- br-xtensa-full-internal.config as an Xtensa toolchain test is
already reasonably covered by bootlin-xtensa-uclibc.config
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit 8bab0acff6)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
2.9 KiB
2.9 KiB
| 1 | # default test-pkg tests a useful subset of toolchains |
|---|---|
| 2 | # Toolchains used by default by test-pkg: |
| 3 | # Test a regular uClibc toolchain |
| 4 | support/config-fragments/autobuild/bootlin-armv5-uclibc.config,x86_64 |
| 5 | # Test a toolchain with glibc and a very recent gcc version |
| 6 | support/config-fragments/autobuild/bootlin-armv7-glibc.config,x86_64 |
| 7 | # Test a noMMU toolchain with no dynamic library support |
| 8 | support/config-fragments/autobuild/bootlin-armv7m-uclibc.config,x86_64 |
| 9 | # Test a musl toolchain |
| 10 | support/config-fragments/autobuild/bootlin-x86-64-musl.config,x86_64 |
| 11 | # Test a MMU toolchain without dynamic library support |
| 12 | support/config-fragments/autobuild/br-arm-full-static.config,x86_64 |
| 13 | # Toolchains used by test-pkg only when the '-a' option is passed: |
| 14 | support/config-fragments/autobuild/arm-aarch64.config,x86_64 |
| 15 | support/config-fragments/autobuild/bootlin-aarch64-glibc.config,x86_64 |
| 16 | support/config-fragments/autobuild/bootlin-arcle-hs38-uclibc.config,x86_64 |
| 17 | support/config-fragments/autobuild/bootlin-armv7-musl.config,x86_64 |
| 18 | support/config-fragments/autobuild/bootlin-m68k-68040-uclibc.config,x86_64 |
| 19 | support/config-fragments/autobuild/bootlin-m68k-5208-uclibc.config,x86_64 |
| 20 | support/config-fragments/autobuild/bootlin-microblazeel-uclibc.config,x86_64 |
| 21 | support/config-fragments/autobuild/bootlin-mipsel-uclibc.config,x86_64 |
| 22 | support/config-fragments/autobuild/bootlin-mipsel32r6-glibc.config,x86_64 |
| 23 | support/config-fragments/autobuild/bootlin-openrisc-uclibc.config,x86_64 |
| 24 | support/config-fragments/autobuild/bootlin-powerpc64le-power8-glibc.config,x86_64 |
| 25 | support/config-fragments/autobuild/bootlin-powerpc-e500mc-uclibc.config,x86_64 |
| 26 | support/config-fragments/autobuild/bootlin-riscv32-glibc.config,x86_64 |
| 27 | support/config-fragments/autobuild/bootlin-riscv64-glibc.config,x86_64 |
| 28 | support/config-fragments/autobuild/bootlin-riscv64-musl.config,x86_64 |
| 29 | support/config-fragments/autobuild/bootlin-s390x-z13-glibc.config,x86_64 |
| 30 | support/config-fragments/autobuild/bootlin-sh4-uclibc.config,x86_64 |
| 31 | support/config-fragments/autobuild/bootlin-sparc-uclibc.config,x86_64 |
| 32 | support/config-fragments/autobuild/bootlin-sparc64-glibc.config,x86_64 |
| 33 | support/config-fragments/autobuild/bootlin-x86-i686-musl.config,x86_64 |
| 34 | support/config-fragments/autobuild/bootlin-x86-64-glibc.config,x86_64 |
| 35 | support/config-fragments/autobuild/bootlin-x86-64-uclibc.config,x86_64 |
| 36 | support/config-fragments/autobuild/bootlin-xtensa-uclibc.config,x86_64 |
| 37 | support/config-fragments/autobuild/br-arm-basic.config,x86_64 |
| 38 | support/config-fragments/autobuild/br-arm-full-nothread.config,x86_64 |
| 39 | support/config-fragments/autobuild/br-arm-internal-glibc.config,any |
| 40 | support/config-fragments/autobuild/br-loongarch64-full-internal.config,any |
| 41 | support/config-fragments/autobuild/br-loongarch64-internal-glibc.config,any |
| 42 | support/config-fragments/autobuild/br-mips64-n64-full.config,x86_64 |
| 43 | support/config-fragments/autobuild/br-mips64r6-el-hf-glibc.config,x86_64 |