mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
tree.sh: rename xtree to xgcctree, for clarity
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+4
-4
@@ -20,7 +20,7 @@ project=""
|
||||
target=""
|
||||
target_dir=""
|
||||
targets=""
|
||||
xtree=""
|
||||
xgcctree=""
|
||||
release=""
|
||||
bootstrapargs=""
|
||||
mkhelper=""
|
||||
@@ -257,7 +257,7 @@ configure_project()
|
||||
cleanargs=""
|
||||
build_depend=""
|
||||
autoconfargs=""
|
||||
xtree=""
|
||||
xgcctree=""
|
||||
postmake=""
|
||||
makeargs=""
|
||||
buildtype=""
|
||||
@@ -469,8 +469,8 @@ check_cross_compiler()
|
||||
if [ "$project" != "coreboot" ]; then
|
||||
cbdir="src/coreboot/default"
|
||||
fi
|
||||
if [ -n "$xtree" ]; then
|
||||
cbdir="src/coreboot/$xtree"
|
||||
if [ -n "$xgcctree" ]; then
|
||||
cbdir="src/coreboot/$xgcctree"
|
||||
fi
|
||||
|
||||
xfix="${1%-*}"
|
||||
|
||||
Reference in New Issue
Block a user