[Bug target/105941] --enable-fix-cortex-a53-835769 fails with -fuse-ld=lld

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Jun 13 12:35:48 GMT 2022


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105941

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
That is the usual design flaw of the -fuse-ld= option, we detect various linker
capabilities at gcc configure time and rely on them being present, whether in
what we emit or how we invoke the linker.
And if the alternate linkers don't support what we've detected, we are out of
luck.


More information about the Gcc-bugs mailing list