blob: 213049fe50377f3f900b91f3c34b16575df8dfc7 (
plain)
1
2
3
4
5
6
7
|
# SPDX-License-Identifier: GPL-3.0-or-later
tree="x86"
# test building with x86_64 hostcc by commenting these:
# xgcctree="default" # coreboot tree containing crossgcc
# xarch="i386-elf"
# or uncomment them to use crossgcc(buggy)
|