Changes between Initial Version and Version 1 of Ticket #64532, comment 12
- Timestamp:
- Jan 29, 2022, 1:41:17 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #64532, comment 12
initial v1 5 5 I have built hundreds and hundreds, maybe thousands, of ports universal for M1 and Intel, including using cmake. I was on a terror at the beginning and just went wild fixing them to build universal. 6 6 7 Most of those just use multiple arch flags and so it was fairly trivial. But some of them use dmuniversal I think, and somehow they worked. Just have to go back and look at details of how.7 Most of those just used multiple arch flags and so it was fairly trivial. But some of them used muniversal I think, and somehow they worked. Just have to go back and look at details of how. 8 8 9 9 It was not with a toolchain file. Probably (I vaguely recall) we just patched and reinplaced the desired processor into the CMakeLists.txt.