Skip to content
  • Paul Fertser's avatar
    Fix linking with GCC 12.2.0 · b640b19e
    Paul Fertser authored
    When building the project with GCC 12.2.0 the linking stage fails due to
    undefined references to functions like __aarch64_cas1_relax,
    __aarch64_ldset4_rel etc.
    
    Fix this by linking against libgcc.
    b640b19e