Changes between Initial Version and Version 1 of Ticket #62727, comment 26
- Timestamp:
- Apr 28, 2021, 8:43:25 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #62727, comment 26
initial v1 1 1 by the way, Iain tells me gcc-10 is 100% good on 10.4 up, and it can bootstrap with gcc-3.4 or later. 2 2 3 The only reason I have not enabled all that is our modifications to cctools make the gcc build us ingclang for the assembler sometimes, and that blows up the i386 builds. So I have written up some patches to disable the cctools assembler mods when building gcc using the ENV VARS we have for that, but it is -- messy -- to force gcc to obey ENV VARs during the build as it is specifically written to santize them out... so there's that.3 The only reason I have not enabled all that is our modifications to cctools make the gcc build use clang for the assembler sometimes, and that blows up the i386 builds. So I have written up some patches to disable the cctools assembler mods when building gcc using the ENV VARS we have for that, but it is -- messy -- to force gcc to obey ENV VARs during the build as it is specifically written to santize them out... so there's that.