[Bug modula2/92336] cross compiling gcc fails in gm2

2023-05-27 Thread admin--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92336

Thorsten Otto  changed:

   What|Removed |Added

 CC||ad...@tho-otto.de

--- Comment #5 from Thorsten Otto  ---
I get a related problem here. Configuring works, but during build, some of the
helper programs (like mc) are compiled using $(CXX), which is already a
cross-compiler, and therefor the resulting binaries cannot be executed.

[Bug modula2/92336] cross compiling gcc fails in gm2

2023-01-03 Thread gaius at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92336

Gaius Mulley  changed:

   What|Removed |Added

 CC||gaius at gcc dot gnu.org

--- Comment #4 from Gaius Mulley  ---
A heads up, I'm currently examining this in relation to another two bugs.
PR-108182 (target multilib options) and PR-108119  (disabling plugin which
involves changes to gcc/m2/configure.ac).

[Bug modula2/92336] cross compiling gcc fails in gm2

2022-11-29 Thread helmut at subdivi dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92336

--- Comment #3 from Helmut Grohne  ---
I suppose that your changes have migrated to gcc-12 now. The problem persists
in exactly the same way. A current build failure can bee seen at:
https://crossqa.debian.net/build/gcc-12_12.2.0-9_s390x_20221110151612.log

Could you look into this again?

[Bug modula2/92336] cross compiling gcc fails in gm2

2019-11-04 Thread gaiusmod2 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92336

--- Comment #2 from Gaius Mulley  ---
I've just git pushed a number of bug fixes to gm2/Make-lang.in (on the 9.2.0
branch of gm2).  I think the above problem should now be fixed.

[Bug modula2/92336] cross compiling gcc fails in gm2

2019-11-04 Thread gaiusmod2 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92336

Gaius Mulley  changed:

   What|Removed |Added

 CC||gaiusmod2 at gmail dot com

--- Comment #1 from Gaius Mulley  ---
thanks for the bug report - yes indeed this is a bug (an oversight) which I'll
examine now and fix.