diff options
author | Leah Rowe <leah@libreboot.org> | 2024-04-28 03:27:54 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-04-28 03:27:54 +0100 |
commit | a5c7cc1a0be949077d3e68fc2228ca9e1e02c5b4 (patch) | |
tree | 92d6d094985e55b4d0dd9aac96550fdcc3fb8e92 /config/coreboot/t500_16mb | |
parent | d923d31451673651ba39eb634e733d38976f20a8 (diff) |
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>
Diffstat (limited to 'config/coreboot/t500_16mb')
0 files changed, 0 insertions, 0 deletions