mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +02:00
eff9130b7a
arch no longer needs to be set, on multi-tree projects, and it has been renamed to xarch the new behaviour is: if xarch is set, treat it as a list of crossgcc targets and go through the list. set the first one as the target, for what lbmk builds, but build all of the defined crossgccc targets crossgcc_ada is now xlang, and defines which languages to build, rather than whether to build gcc-gnat Signed-off-by: Leah Rowe <leah@libreboot.org>
10 lines
198 B
INI
10 lines
198 B
INI
tree="default"
|
|
xarch="i386-elf"
|
|
payload_grub="n"
|
|
payload_grub_withseabios="n"
|
|
payload_seabios="y"
|
|
payload_memtest="y"
|
|
payload_seabios_withgrub="y"
|
|
payload_seabios_grubonly="y"
|
|
grub_scan_disk="ahci"
|