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


Ignore:
Timestamp:
Mar 10, 2024, 1:15:13 PM (7 months ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #69200, comment 6

    v1 v2  
    11The 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
    3 However, 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.
     3However, if all the intervening gccs (8-12) exist in MacPorts, building gcc7 will become very very onerous. To build gcc7 you would now need to build libgcc13, libgcc12, libgcc11, libgcc10, libgcc9, libgcc8, and then finally libgcc7.
    44
    55All those intervening libgcc versions (8-12) are pretty much useless, but they still would all need to be built as per our libgcc structure. It would like a week or more.