mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-16 13:16:47 +02:00
tree.sh: rename xtree to xgcctree, for clarity
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
|
||||
tree="x86_64"
|
||||
# test building with x86_64 hostcc by commenting these:
|
||||
# xtree="default" # coreboot tree containing crossgcc
|
||||
# xgcctree="default" # coreboot tree containing crossgcc
|
||||
# xarch="x86_64-elf"
|
||||
# or uncomment them to use crossgcc(buggy)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
tree="default"
|
||||
xtree="default"
|
||||
xgcctree="default"
|
||||
xarch="aarch64-elf arm-eabi"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
tree="default"
|
||||
xtree="default"
|
||||
xgcctree="default"
|
||||
xarch="aarch64-elf arm-eabi"
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
tree="default"
|
||||
xtree="default"
|
||||
xgcctree="default"
|
||||
xarch="aarch64-elf arm-eabi"
|
||||
|
||||
Reference in New Issue
Block a user