cross-toolchains icon indicating copy to clipboard operation
cross-toolchains copied to clipboard

Add `CROSS_TOOLCHAIN_PREFIX`, Better CMake Support

Open Alexhuszagh opened this issue 2 years ago • 0 comments

Recently, we've updated our images in the main repository to make it easier to use environment variables to access the toolchain, such as exporting CROSS_TOOLCHAIN_PREFIX and always specifying the ar:

  • https://github.com/cross-rs/cross/pull/1138
  • https://github.com/cross-rs/cross/pull/1126

Once CMake support is supported, we should also ensure these images also use our CMake toolchain files or variants of it:

  • https://github.com/cross-rs/cross/pull/1112

Alexhuszagh avatar Nov 20 '22 12:11 Alexhuszagh