[Bug modula2/107233] gm2 build hardcodes python3

2022-11-23 Thread ro at CeBiTec dot Uni-Bielefeld.DE via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107233 --- Comment #4 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #3 from Gaius Mulley --- > ok, thanks for the suggestion. I've changed gcc/configure.ac to use > AM_PATH_PYTHON and AM_CONDITIONAL: > > # Python3? > AM_PATH_PYTHON(,, [:]

[Bug modula2/107233] gm2 build hardcodes python3

2022-11-22 Thread gaius at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107233 --- Comment #3 from Gaius Mulley --- ok, thanks for the suggestion. I've changed gcc/configure.ac to use AM_PATH_PYTHON and AM_CONDITIONAL: # Python3? AM_PATH_PYTHON(,, [:]) AM_CONDITIONAL([HAVE_PYTHON], [test "$PYTHON" != :])

[Bug modula2/107233] gm2 build hardcodes python3

2022-11-08 Thread ro at CeBiTec dot Uni-Bielefeld.DE via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107233 --- Comment #2 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #1 from Gaius Mulley --- > Now fixed. configure.ac tests for python3 and Make-lang.in only invokes > python3 if it were found. Confirmed on i386-pc-solaris2.11 (Solaris

[Bug modula2/107233] gm2 build hardcodes python3

2022-11-03 Thread gaius at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107233 Gaius Mulley changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[Bug modula2/107233] gm2 build hardcodes python3

2022-10-12 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107233 Rainer Orth changed: What|Removed |Added Target Milestone|--- |13.0