]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
bitbake.conf: Start to separate out gcc related variable definitions
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 7 Jan 2025 14:18:12 +0000 (14:18 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 5 Mar 2025 09:31:07 +0000 (09:31 +0000)
commitbe063d58c0985a2c43c16302efb44706fbf3f1b3
tree0c009b3dafec14f649ad7dbbda67f63100ae6462
parent652e40bfae24b8e23bbf7a7f35d900d2ab8d0f92
bitbake.conf: Start to separate out gcc related variable definitions

To be able to switch toolchains, we need to separate out the gcc definitions
into seperate include files. This patch starts that process. Whilst the
include is still hardcoded for now, it allows developers to start experimenting
with this locally more easily and stops people reinventing this patch. A
sample clang configuruation is also included which I was using for experimentation.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/bitbake.conf
meta/conf/distro/include/tcmode-default.inc
meta/conf/toolchain/build-gcc.inc [new file with mode: 0644]
meta/conf/toolchain/clang.inc [new file with mode: 0644]
meta/conf/toolchain/gcc.inc [new file with mode: 0644]