| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
from private.tools.rust.target_triple to core.tools.rustc.target_triple
|
|
Add llvm-dlltool support
|
|
cargo: fix package cross-compilation
|
|
|
|
|
|
|
|
|
|
|
|
(cmake, llvm toolchain) when using --toolchain=llvm on windows, dependencies should be build with it
|
|
with it
|
|
clang: Add support for cross-compiling from Windows to Linux
|
|
|
|
|
|
- Always set `--target=arm-arm-none-eabi` for compiler and assembler to match MDK's armclang requirements
- Add `-masm=auto` to asflags when using armclang assembler for better compatibility
- Unify ldflags cpu format to use `--cpu=<arch>` instead of space separator
- Fix incorrect architecture target handling reported in #6283
|
|
toolchain(llvm): preliminary support for `cross` platform
|
|
|
|
|
|
|
|
Improve to select vs toolset
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix clang with msvc-wine
|
|
|
|
|
|
|
|
|
|
|