Julien Lepiller schreef op vr 04-03-2022 om 10:59 [+0100]: > +                        (else > +                         `((substitute* "lib/Driver/Tools.cpp" > +                             ;; Patch the 'getLinuxDynamicLinker' function so that > +                             ;; it uses the right dynamic linker file name. > +                             (("/lib64/ld-linux-x86-64.so.2") > +                              (string-append libc ,(glibc-dynamic-linker)))) Shouldn't we use the architecture that the cross-clang is targetting be passed to 'glibc-dynamic-linker' instead of the architecture that the cross-clang will run on? Greetings, Maxime.