kumquat-buildroot/toolchain/toolchain-bare-metal-buildroot/Config.in
Neal Frager e0e7a1d3d1 toolchain/toolchain-bare-metal-buildroot: wire up newlib-bare-metal
Signed-off-by: Neal Frager <neal.frager@amd.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2024-02-06 17:57:20 +01:00

12 lines
299 B
Plaintext

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.
source "package/newlib-bare-metal/Config.in"
endif # BR2_TOOLCHAIN_BARE_METAL_BUILDROOT