cross-toolchains
cross-toolchains copied to clipboard
Add `CROSS_TOOLCHAIN_PREFIX`, Better CMake Support
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