Changes between Version 1 and Version 2 of Ticket #66948, comment 9
- Timestamp:
- Jun 18, 2023, 2:39:07 PM (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #66948, comment 9
v1 v2 5 5 > I think all GCC “universal” builds are not universal in a real sense, aside of `gcc10-bootstrap`. 6 6 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.7 this 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. 8 8 9 9 gcc10-bootstrap is not built universal correctly either, by the way. 10 11 but for arm64/x86_64 we need a cross-arch universal….which I actually thought we had last I looked, but I guess not. 10 12 11 13