[Bug target/102250] [11/12 Regression] python is not documented as a Prerequisite for building for riscv

2022-04-21 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102250

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|11.3|11.4

--- Comment #4 from Richard Biener  ---
GCC 11.3 is being released, retargeting bugs to GCC 11.4.

[Bug target/102250] [11/12 Regression] python is not documented as a Prerequisite for building for riscv

2021-09-09 Thread wilson at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102250

Jim Wilson  changed:

   What|Removed |Added

 CC||wilson at gcc dot gnu.org

--- Comment #3 from Jim Wilson  ---
There is no python requirement for building a riscv linux compiler.  It is only
needed if the user specifies the optional --with-arch configure option, and if
the user specifies a non-canonical form of the architecture string in the
--with-arch option string.  Otherwise gcc will build fine without python.

A later patch fixed this to check for python before using it, after Andreas
Schwab complained about this.

[Bug target/102250] [11/12 Regression] python is not documented as a Prerequisite for building for riscv

2021-09-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102250

--- Comment #2 from Andrew Pinski  ---
Also is there a reason why this shell script could not be written in just plain
shell script with sed and awk instead of python?  Seems like adding python just
for this script is heavy weight.

[Bug target/102250] [11/12 Regression] python is not documented as a Prerequisite for building for riscv

2021-09-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102250

--- Comment #1 from Andrew Pinski  ---
The requirement was introduced by r11-5700.

[Bug target/102250] [11/12 Regression] python is not documented as a Prerequisite for building for riscv

2021-09-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102250

Andrew Pinski  changed:

   What|Removed |Added

   Severity|normal  |major
 CC||kito.cheng at gmail dot com
   Target Milestone|--- |11.3