Skip to content
  • Matt Devillier's avatar
    modules/coreboot: don't build IASL separate from toolchain · 385977d3
    Matt Devillier authored
    
    
    Older coreboot versions (pre-4.11) required IASL to be built separate
    from the main toolchain (crossgcc), but that is no longer the case,
    and doing so causes random failures from trying to build IASL as
    part of the toolchain and separately, in parallel, each using
    -j$(CPUS) threads.
    
    Test: build any board using coreboot 4.15 under Debian 11, observe
    no random failures from building the toolchain due to false positives
    for a missing depencency .
    
    Signed-off-by: default avatarMatt DeVillier <matt.devillier@puri.sm>
    385977d3