systemd-boot_%.bbappend 356 B

1234567
  1. # Ensure -m32/-m64 are passed for EFI, as the buildsystem currently relies on
  2. # the default for the toolchain, which isn't necessarily correct for an
  3. # external toolchain.
  4. EFI_TUNE_ARCH = "-m32"
  5. EFI_TUNE_ARCH:x86-64 = "-m64"
  6. EFI_CC:tcmode-external = "${CCACHE}${HOST_PREFIX}gcc ${EFI_TUNE_ARCH}"
  7. EXTRA_OECONF:append:tcmode-external = " 'EFI_CC=${EFI_CC}'"