Antero Mejr via Guix-patches via schreef op ma 23-05-2022 om 21:21 [- 0400]: > +               (string-append "LD=" > +                              (string-append (assoc-ref %build-inputs "binutils") Looking at the makefile, I think all you need is "LD=ld". Or maybe "LD=TARGET-ld".