toolchain/toolchain-bare-metal-buildroot: new toolchain

This patch adds a new virtual package for adding a bare-metal
toolchain to Buildroot. For now, it depends on nothing, so it will not
actually build anything, but it defines some options that will be
needed by the various packages that will be part of this toolchain
build process.

Signed-off-by: Neal Frager <neal.frager@amd.com>
Signed-off-by: Ibai Erkiaga <ibai.erkiaga-elorza@amd.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Neal Frager
2024-01-31 11:22:13 +00:00
committed by Thomas Petazzoni
parent 99186e42f0
commit 7befbaaea7
5 changed files with 38 additions and 0 deletions

View File

@@ -923,4 +923,14 @@ config BR2_TOOLCHAIN_HAS_LIBQUADMATH
default y if BR2_i386 || BR2_x86_64
default y if BR2_POWERPC_CPU_HAS_VSX
comment "Bare metal toolchain"
config BR2_TOOLCHAIN_BARE_METAL_BUILDROOT
bool "Build a bare metal toolchain"
help
Select if you need a bare-metal toolchain for building
platform specific firmware images.
source "toolchain/toolchain-bare-metal-buildroot/Config.in"
endmenu