Config.in 594 B

1234567891011121314151617
  1. if BR2_TOOLCHAIN_BARE_METAL_BUILDROOT
  2. config BR2_TOOLCHAIN_BARE_METAL_BUILDROOT_ARCH
  3. string "list of architecture tuples"
  4. help
  5. This option allows to define the list of architecture
  6. tuples for which bare-metal toolchains will be created.
  7. One toolchain will be built for each of the architecture
  8. tuples specified in this option.
  9. For example, to build both a Microblaze and a RISC-V bare
  10. metal toolchain, use the following definition:
  11. "microblazeel-xilinx-elf riscv32-buldroot-elf"
  12. source "package/newlib-bare-metal/Config.in"
  13. endif # BR2_TOOLCHAIN_BARE_METAL_BUILDROOT