Skip to content

Commit e492805

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

meta/conf/bitbake.conf

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

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

848847
##################################################################

0 commit comments

Comments
 (0)