Changes between Initial Version and Version 1 of Ticket #66591, comment 9


Ignore:
Timestamp:
Dec 31, 2022, 8:47:37 PM (18 months ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #66591, comment 9

    initial v1  
    33With either version of the muniversal PortGroup, you just wind up with both of the built architectures being the host architecture.
    44
    5 According to this: https://rust-lang.github.io/rustup/cross-compilation.html what is needed instead is to get the one install host version of rust to install the toolchain needed to support the arch you are cross-compiling to, and then tell it to build for that alternative toolchain using something like this:
     5According to this: https://rust-lang.github.io/rustup/cross-compilation.html what is needed instead is to get the one instaledl host version of rust to add the toolchain needed to support the arch you are cross-compiling to, and then tell it to build for that alternative toolchain using something like this:
    66
    77{{{