Files
lbmk/config/coreboot
Leah Rowe a5c7cc1a0b fix target.cfg files on dell latitudes
some latitudes still used the old style for variables
in target.cfg, specifically arch="x86_64" - lbmk used to
then check that on a big if/else and translate it to the
correct target name for crossgcc, e.g. i386-elf, arm-eabi

now it just puts the arch directly, in a new variable:
xarch

change arch="x86_64" to xarch="i386-elf" in these files.
also remove a few obsolete variables. should build now.

Signed-off-by: Leah Rowe <leah@libreboot.org>
2024-04-28 03:27:54 +01:00
..
2024-01-21 20:45:44 +00:00
2024-04-27 17:01:38 +01:00
2024-04-27 17:01:38 +01:00
2024-04-27 17:01:38 +01:00
2024-04-27 17:01:38 +01:00
2023-09-04 02:47:25 +01:00