2024-01-31 12:22:13 +01:00
|
|
|
if BR2_TOOLCHAIN_BARE_METAL_BUILDROOT
|
|
|
|
|
|
|
|
config BR2_TOOLCHAIN_BARE_METAL_BUILDROOT_ARCH
|
|
|
|
string "architecture tuple"
|
|
|
|
help
|
|
|
|
This option allows to define the architecture tuple for the
|
|
|
|
bare-metal toolchain.
|
|
|
|
|
2024-01-31 12:22:17 +01:00
|
|
|
source "package/newlib-bare-metal/Config.in"
|
|
|
|
|
2024-01-31 12:22:13 +01:00
|
|
|
endif # BR2_TOOLCHAIN_BARE_METAL_BUILDROOT
|