allow multitree projects to define xgcc tree

let them specific it, rather than falling back
to coreboot/default (can also be used for coreboot boards)

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2024-01-21 05:58:37 +00:00
parent c6d243af93
commit 8a9c70f2f6
5 changed files with 6 additions and 1 deletions
+1
View File
@@ -1,2 +1,3 @@
tree="default"
xtree="default"
xarch="aarch64-elf arm-eabi"
+1
View File
@@ -1,2 +1,3 @@
tree="default"
xtree="default"
xarch="aarch64-elf arm-eabi"
+1
View File
@@ -1,2 +1,3 @@
tree="default"
xtree="default"
xarch="aarch64-elf arm-eabi"
+1
View File
@@ -1,2 +1,3 @@
tree="default"
xtree="default"
xarch="i386-elf"