Changes between Version 1 and Version 2 of Ticket #66948, comment 9


Ignore:
Timestamp:
Jun 18, 2023, 2:39:07 PM (11 months ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #66948, comment 9

    v1 v2  
    55> I think all GCC “universal” builds are not universal in a real sense, aside of `gcc10-bootstrap`.
    66
    7 this is by design. If universal is i386/x86_64, which it was for 15 years, gcc’s multilib works fine without gcc being fully universal.
     7this was by design. If universal is i386/x86_64, which it was for 15 years, gcc’s multilib works fine without gcc being fully universal.
    88
    99gcc10-bootstrap is not built universal correctly either, by the way.
     10
     11but for arm64/x86_64 we need a cross-arch universal….which I actually thought we had last I looked, but I guess not.
    1012
    1113