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


Ignore:
Timestamp:
Dec 31, 2022, 8:48:08 PM (21 months ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #66591, comment 9

    v1 v2  
    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 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:
     5According to this: https://rust-lang.github.io/rustup/cross-compilation.html what is needed instead is to get the one installed 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{{{