Skip to content

Commit c143dba

Browse files
committed
bitbake.conf: Start to separate out gcc definition
Signed-off-by: Richard Purdie <[email protected]>
1 parent bc67e1d commit c143dba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

meta/conf/bitbake.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,8 @@ include conf/licenses.conf
841841
require conf/sanity.conf
842842
include conf/bblock.conf
843843

844-
require toolchain/gcc.inc
844+
TOOLCHAIN ??= "gcc"
845+
require toolchain/${TOOLCHAIN}.inc
845846
require toolchain/build-gcc.inc
846847

847848
##################################################################

0 commit comments

Comments
 (0)