Changes between Initial Version and Version 1 of Ticket #52507, comment 9


Ignore:
Timestamp:
Aug 25, 2022, 9:51:58 PM (20 months ago)
Author:
barracuda156
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #52507, comment 9

    initial v1  
    3434
    3535So instead for Rosetta blacklist should include *gcc-4.* (then all the rest gets correct automatically, no need to specify `--build=`).
     36
     37`gcc12` gives a number of warnings:
     38{{{
     39../include/internal/ethread.h:44: warning: "__ppc__" redefined
     40   44 | #define __ppc__
     41}}}
     42But the build succeeds.