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

Drea Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2026-09-22
             Status|UNCONFIRMED                 |NEW

--- Comment #6 from Drea Pinski <pinskia at gcc dot gnu.org> ---
(In reply to Drea Pinski from comment #3)
> This is a toplevel Makefile issue.
```
[apinski@xeond2 gcc]$ pwd
/home/apinski/src/upstream-gcc-git/gcc
[apinski@xeond2 gcc]$ git grep FCFLAGS  Makefile.*
[apinski@xeond2 gcc]$ git grep A68FLAGS  Makefile.*
Makefile.def:flags_to_pass = { flag= A68FLAGS ; };
Makefile.def:flags_to_pass = { flag= A68FLAGS_FOR_TARGET ; };
Makefile.in:    A68FLAGS="$(A68FLAGS_FOR_BUILD)"; export A68FLAGS; \
Makefile.in:      -B$(build_tooldir)/bin/ $(A68FLAGS_FOR_TARGET) \
Makefile.in:A68FLAGS = @A68FLAGS@
Makefile.in:A68FLAGS_FOR_TARGET = -O2 -g
Makefile.in:    "A68FLAGS=$(A68FLAGS)" \
Makefile.in:    "A68FLAGS_FOR_TARGET=$(A68FLAGS_FOR_TARGET)" \
Makefile.in:    'A68FLAGS=$$(A68FLAGS_FOR_TARGET)' \
Makefile.tpl:   A68FLAGS="$(A68FLAGS_FOR_BUILD)"; export A68FLAGS; \
Makefile.tpl:     -B$(build_tooldir)/bin/ $(A68FLAGS_FOR_TARGET) \
Makefile.tpl:A68FLAGS = @A68FLAGS@
Makefile.tpl:A68FLAGS_FOR_TARGET = -O2 -g
Makefile.tpl:   'A68FLAGS=$$(A68FLAGS_FOR_TARGET)' \
```

Should be a simple patch to add it to the toplevel.  Note A68FLAGS_FOR_TARGET
is not documented either.  Only CFLAGS_FOR_TARGET.

Reply via email to