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


Ignore:
Timestamp:
May 8, 2019, 8:01:17 PM (5 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58441, comment 9

    initial v1  
    1 Maybe I explain better -- we are always open to a "better way" if there is one, but this one has been hammered out over some years so I think you might find in the end it is quite well thought out.
     1Maybe I can explain better -- we are always open to a "better way" if there is one, but this one has been hammered out over some years so I think you might find in the end it is quite well thought out.
    22
    3 I think I have this all correct, but there always be someone with a correctional tweak here or there.
     3I think I have this all correct, but there might always be someone with a correctional tweak here or there.
    44
    55Due to factors of design and compatibility, all versions of gcc that can run on a given OS version need to use the **same** libgcc binary. Every version of gcc > gcc45 installed on a given OS version uses the same libgcc binary, which therefore has to be the latest one the OS version can support. Luckily these are always backward compatible, from gcc4.5 forward, so far.