From 1943dba60836abc9446df64dbc3aac881dfdd285 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sat, 4 Oct 2025 08:37:41 +0100 Subject: tree.sh: rename xtree to xgcctree, for clarity Signed-off-by: Leah Rowe --- include/tree.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/tree.sh') diff --git a/include/tree.sh b/include/tree.sh index ff775c42..2b6c4b7f 100644 --- a/include/tree.sh +++ b/include/tree.sh @@ -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%-*}" -- cgit v1.2.1