wasm-micro-runtime/core/iwasm/aot/arch
peter-tatrai 1f14f4ec0a
Fix build issues when compiling WAMRC as a cross-compiler (#4112)
* Use CMAKE_INSTALL_BINDIR for wamrc installation
* Fix wamrc build failure for 32bit non-x86 targets
* Handle PIC flags by cmake in wamrc
* Use dummy AOT reloc functions when building wamrc

AOT reloc functions are used only when loading AOT WebAssembly modules
on target, not during AOT compilation. Original code led to build issues
when building wamrc as cross-compiler, using arm header on x86 build.

* Add option to turn off SIMD support in wamrc
2025-03-20 14:24:30 +08:00
..
aot_reloc_aarch64.c fix: fix load aarch64 aot failed (#4114) 2025-03-04 16:45:47 +08:00
aot_reloc_arc.c Add missing symbols for arc aot relocation (#1408) 2022-08-23 17:38:55 +08:00
aot_reloc_arm.c Appease GCC strict prototypes warning (#3775) 2024-09-10 09:42:23 +08:00
aot_reloc_dummy.c Fix build issues when compiling WAMRC as a cross-compiler (#4112) 2025-03-20 14:24:30 +08:00
aot_reloc_mips.c Appease GCC strict prototypes warning (#3775) 2024-09-10 09:42:23 +08:00
aot_reloc_riscv.c Fix missing symbols when using aot mode on riscv platforms (#3812) 2024-09-28 21:55:09 +08:00
aot_reloc_thumb.c Appease GCC strict prototypes warning (#3775) 2024-09-10 09:42:23 +08:00
aot_reloc_x86_32.c wamrc: Fix windows relocation to aot_func_internal#n (#2474) 2023-08-18 09:56:00 +08:00
aot_reloc_x86_64.c Appease GCC strict prototypes warning (#3775) 2024-09-10 09:42:23 +08:00
aot_reloc_xtensa.c fix: correct typos and improve comments across multiple files by codespell (#4116) 2025-03-07 08:21:54 +08:00