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

            Bug ID: 90177
           Summary: nds32: diagnostic says "must be enable"
           Product: gcc
           Version: 9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: roland.illig at gmx dot de
  Target Milestone: ---

From nds32.c:

        error ("Disable FPU ISA, "
               "the ABI option must be enable %<-mfloat-abi=soft%>");
      else
        error ("%<-mabi=2fp+%> option only support when FPU available, "
               "must be enable %<-mext-fpu-sp%> or %<-mext-fpu-dp%>");

As the German translator, I'm not sure what to make out of these two
diagnostics.

Reply via email to