e0e7a1d3d1
Signed-off-by: Neal Frager <neal.frager@amd.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
12 lines
299 B
Plaintext
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
|