blob: 71cdde44610e836a7e1af60a3c2da721a99c4e87 (
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:
# xtree="default" # coreboot tree containing crossgcc
# xarch="i386-elf"
# or uncomment them to use crossgcc(buggy)
 |