This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
wasm-micro-runtime/build-scripts
Cengizhan Pasaoglu 2746d29751
Make robust on choosing target assumption for X86_32 support (#1241)
When WAMR_BUILD_TARGET isn't set, choosing right target is decided
by checking `CMAKE_SIZEOF_VOID_P` variable. However, choosing `X86_32`
target is not doing specifically checking size of void pointer. It is kind
a fallback target for others.

This patch explicitly checks the size of void pointer before setting the target
to `X86_32` to fix the issue.
2022-06-27 20:30:31 +08:00
..
esp-idf ESP IDF fixes (#927) 2022-01-05 12:50:17 +08:00
build_llvm.py Fix build wamrc for xtensa failure (#1109) 2022-04-23 20:25:40 +08:00
config_common.cmake Support emit specified custom sections into AoT file (#1207) 2022-06-10 21:51:13 +08:00
lldb-wasm.patch source debugging: Fix step over was treated as step in issue (#1073) 2022-04-04 14:31:05 +08:00
runtime_lib.cmake Make robust on choosing target assumption for X86_32 support (#1241) 2022-06-27 20:30:31 +08:00
SConscript Add ia32 support and fix compiling issue for RT-Thread (#730) 2021-09-07 10:20:14 +08:00
SConscript_config Add ia32 support and fix compiling issue for RT-Thread (#730) 2021-09-07 10:20:14 +08:00