Changes between Version 2 and Version 3 of Ticket #64922, comment 5


Ignore:
Timestamp:
Apr 6, 2022, 1:26:08 PM (2 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64922, comment 5

    v2 v3  
    33gcc is partially broken like this…the x86_64 gcc is unable to compile i386, for example, which it can and should and would be expected to do.
    44
    5 If this spread to the general gcc pirts, hundreds of universal builds would break and have to be redone.
     5If this spread to the general gcc ports, hundreds of universal builds would break and have to be redone.
    66
    77So this should not be done in the general gcc ports, and ideally would not be needed here. gcc should be built multilib enabled, but if using the muniversal portgroup to allow an i386/x86_64 gcc itself, only one of the libsets included (the other deleted prior to merging to avoid the confluct).