Changes between Initial Version and Version 1 of Ticket #69200, comment 6


Ignore:
Timestamp:
Feb 13, 2024, 4:58:12 PM (7 months ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #69200, comment 6

    initial v1  
    1 The way MacPorts is set up, if we want to add and use gcc13) as the new default gcc version, that will be OK when the build calls for gcc13. You would build libgcc13, and then gcc13, and then be on your way.
     1The way MacPorts is set up, if we want to add and use gcc13 as the new default gcc version, that will be OK when the build calls for gcc13. You would build libgcc13, and then gcc13, and then be on your way.
    22
    33However, if all the intervening gccs (8-12) exist in MacPorts, building gcc7 will become very very onerous. To build (or revbump) gcc7 you would now need to build libgcc13, libgcc12, libgcc11, libgcc10, libgcc9, libgcc8, and then finally libgcc7.