Changes between Initial Version and Version 1 of Ticket #63734, comment 17
- Timestamp:
- Jun 29, 2022, 2:53:25 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #63734, comment 17
initial v1 1 1 I thought of doing that a few years ago, but there are certain ports that use the llvm and clang libraries directly, and so universal is needed to support thst. 2 2 3 plus we get into trouble doing “fake unuversal” on some systems eg 10.6 or arm64/ c86_64, where it actually must be real universal to work.3 plus we get into trouble doing “fake unuversal” on some systems eg 10.6 or arm64/x86_64, where it actually must be real universal to work. 4 4 5 5 gcc builds are currently trying hard to change to “real universal” instead of “fake universal” for this reason.