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

            Bug ID: 105941
           Summary: --enable-fix-cortex-a53-835769 fails with -fuse-ld=lld
           Product: gcc
           Version: 12.1.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: rguenth at gcc dot gnu.org
  Target Milestone: ---

When configuring GCC with --enable-fix-cortex-a53-835769 any link invocation
with -fuse-ld=lld fails with

# gcc -fuse-ld=lld main.c
ld.lld: error: unknown argument '--fix-cortex-a53-835769'
collect2: error: ld returned 1 exit status

I don't have a good answer as of what to do here.  Maybe the user simply
has to know to pass -mno-fix-cortex-a53-835769 here?

Reply via email to