toolchain-configs.csv 3.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. # This file is sorted by "importance" of toolchains, so that by
  2. # default test-pkg tests a useful subset of toolchains
  3. # Toolchains used by default by test-pkg:
  4. # Test a regular uClibc toolchain
  5. support/config-fragments/autobuild/br-arm-full.config,x86_64
  6. # Test a toolchain with glibc and a very recent gcc version
  7. support/config-fragments/autobuild/br-arm-cortex-a9-glibc.config,x86_64
  8. # Test a noMMU toolchain with no dynamic library support
  9. support/config-fragments/autobuild/br-arm-cortex-m4-full.config,x86_64
  10. # Test a musl toolchain
  11. support/config-fragments/autobuild/br-x86-64-musl.config,x86_64
  12. # Test a MMU toolchain without dynamic library support
  13. support/config-fragments/autobuild/br-arm-full-static.config,x86_64
  14. # Test a toolchain with an old gcc version (gcc 4.8)
  15. support/config-fragments/autobuild/sourcery-arm.config,x86
  16. # Toolchains used by test-pkg only when the '-a' option is passed:
  17. support/config-fragments/autobuild/arm-aarch64.config,x86_64
  18. support/config-fragments/autobuild/br-aarch64-glibc.config,x86_64
  19. support/config-fragments/autobuild/br-arc-full-internal.config,any
  20. support/config-fragments/autobuild/br-arc-internal-glibc.config,any
  21. support/config-fragments/autobuild/br-arcle-hs38.config,x86_64
  22. support/config-fragments/autobuild/br-arm-basic.config,x86_64
  23. support/config-fragments/autobuild/br-arm-cortex-a9-musl.config,x86_64
  24. support/config-fragments/autobuild/br-arm-full-nothread.config,x86_64
  25. support/config-fragments/autobuild/br-arm-internal-full.config,any
  26. support/config-fragments/autobuild/br-arm-internal-glibc.config,any
  27. support/config-fragments/autobuild/br-arm-internal-musl.config,any
  28. support/config-fragments/autobuild/br-i386-pentium4-full.config,x86_64
  29. support/config-fragments/autobuild/br-i386-pentium-mmx-musl.config,x86_64
  30. support/config-fragments/autobuild/br-m68k-5208-full.config,x86_64
  31. support/config-fragments/autobuild/br-m68k-68040-full.config,x86_64
  32. support/config-fragments/autobuild/br-microblazeel-full.config,x86_64
  33. support/config-fragments/autobuild/br-microblazeel-full-internal.config,any
  34. support/config-fragments/autobuild/br-mips64-n64-full.config,x86_64
  35. support/config-fragments/autobuild/br-mips32r6-el-hf-glibc.config,x86_64
  36. support/config-fragments/autobuild/br-mips64r6-el-hf-glibc.config,x86_64
  37. support/config-fragments/autobuild/br-mipsel-o32-full.config,x86_64
  38. support/config-fragments/autobuild/br-nios2-glibc.config,x86_64
  39. support/config-fragments/autobuild/br-openrisc-uclibc.config,x86_64
  40. support/config-fragments/autobuild/br-powerpc-603e-basic-cpp.config,x86_64
  41. support/config-fragments/autobuild/br-powerpc64le-power8-glibc.config,x86_64
  42. support/config-fragments/autobuild/br-powerpc64-power7-glibc.config,x86_64
  43. support/config-fragments/autobuild/br-powerpc-e500mc-full.config,x86_64
  44. support/config-fragments/autobuild/br-powerpc-internal-full.config,any
  45. support/config-fragments/autobuild/br-riscv64-internal-glibc.config,any
  46. support/config-fragments/autobuild/br-sh4-full.config,x86_64
  47. support/config-fragments/autobuild/br-sparc-uclibc.config,x86_64
  48. support/config-fragments/autobuild/br-sparc64-glibc.config,x86_64
  49. support/config-fragments/autobuild/br-x86-64-core2-full.config,x86_64
  50. support/config-fragments/autobuild/br-xtensa-full.config,x86_64
  51. support/config-fragments/autobuild/br-xtensa-full-internal.config,any
  52. support/config-fragments/autobuild/linaro-aarch64.config,x86
  53. support/config-fragments/autobuild/linaro-aarch64-be.config,x86
  54. support/config-fragments/autobuild/linaro-arm.config,x86
  55. support/config-fragments/autobuild/sourcery-arm-armv4t.config,x86
  56. support/config-fragments/autobuild/sourcery-arm-thumb2.config,x86
  57. support/config-fragments/autobuild/sourcery-mips64.config,x86
  58. support/config-fragments/autobuild/sourcery-mips.config,x86
  59. support/config-fragments/autobuild/sourcery-nios2.config,x86
  60. support/config-fragments/autobuild/sourcery-x86-64.config,x86