mirror of
https://github.com/capstone-engine/capstone
synced 2026-08-11 16:26:07 -04:00
* Enable i686 Python libraries again. * Add Mips32, ARM, i686 cross build files and as target to CI * Replace strndup with own implementation for Windows. * Fix asm text test errors on 32bit machines * Replace all add_cs_detail() functions with the arch specific ones. * Add note about 32 bit builds in release guide. |
||
|---|---|---|
| .. | ||
| linux_arm_fedora42_musl.cmake | ||
| linux_arm_ubuntu24.cmake | ||
| linux_mips64_ubuntu24.cmake | ||
| linux_mips_ubuntu24.cmake | ||
| linux_ppc64_ubuntu24.cmake | ||
| linux_s390x_fedora42.cmake | ||
| linux_s390x_ubuntu24.cmake | ||
| linux_x86.cmake | ||
| README.md | ||
| windows_i686_ubuntu24.cmake | ||
Cross Compilation Configs
This directory holds example cross compilation configs for cmake.
Files are named like: <targetOS>_<targetMachine>_<hostOS>.cmake