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

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

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

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Ah, no weird at all.
It should have been
exeext = @EXEEXT@
instead, if @EXEEXT@ is what one wants to use.  For crosses, especially
canadian, bet the exeext needed is the host exeext, not sure which one
configure computes here.
E.g. gcc/Makefile.in has separate:
gcc/Makefile.in:exeext = @host_exeext@
gcc/Makefile.in:build_exeext = @build_exeext@

Reply via email to