| Age | Commit message (Collapse) | Author |
|
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* fix ar, wrong definition
* add ranlib & objcopy
* remove non-standard environment variable ZC
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|