Changes between Initial Version and Version 1 of Ticket #64532, comment 12


Ignore:
Timestamp:
Jan 29, 2022, 1:41:17 AM (2 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64532, comment 12

    initial v1  
    55I 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.
    66
    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.
     7Most 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.
    88
    99It was not with a toolchain file. Probably (I vaguely recall) we just patched and reinplaced the desired processor into the CMakeLists.txt.