diff options
author | Leah Rowe <leah@libreboot.org> | 2025-10-04 08:37:41 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-10-04 08:37:41 +0100 |
commit | 1943dba60836abc9446df64dbc3aac881dfdd285 (patch) | |
tree | 465c2616789806f644790d15b68b4733ecce0f20 /config/u-boot/i386coreboot/target.cfg | |
parent | 51e424c7d189815ad3931ea07fc1f2b2b48e10c6 (diff) |
tree.sh: rename xtree to xgcctree, for clarity
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/u-boot/i386coreboot/target.cfg')
-rw-r--r-- | config/u-boot/i386coreboot/target.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/u-boot/i386coreboot/target.cfg b/config/u-boot/i386coreboot/target.cfg index 71cdde44..213049fe 100644 --- a/config/u-boot/i386coreboot/target.cfg +++ b/config/u-boot/i386coreboot/target.cfg @@ -2,6 +2,6 @@ tree="x86" # test building with x86_64 hostcc by commenting these: -# xtree="default" # coreboot tree containing crossgcc +# xgcctree="default" # coreboot tree containing crossgcc # xarch="i386-elf" # or uncomment them to use crossgcc(buggy) |