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/product-mini/platforms
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
..
alios-things Fix compile warning on non-x86 targets, fix alios build error (#923) 2021-12-30 10:07:50 +08:00
android Make robust on choosing target assumption for X86_32 support (#1241) 2022-06-27 20:30:31 +08:00
darwin Make robust on choosing target assumption for X86_32 support (#1241) 2022-06-27 20:30:31 +08:00
esp-idf ESP IDF fixes (#927) 2022-01-05 12:50:17 +08:00
linux Make robust on choosing target assumption for X86_32 support (#1241) 2022-06-27 20:30:31 +08:00
linux-sgx Make robust on choosing target assumption for X86_32 support (#1241) 2022-06-27 20:30:31 +08:00
nuttx product-mini/platforms/nuttx/wamr.mk: Build libc-wasi (#1129) 2022-05-24 16:12:08 +08:00
posix Support emit specified custom sections into AoT file (#1207) 2022-06-10 21:51:13 +08:00
riot Adapt to RIOT ztimer and ztimer64 (#988) 2022-01-28 18:38:35 +08:00
rt-thread Apply clang-format for core/shared and product-mini files (#785) 2021-10-14 09:12:07 +08:00
vxworks Make robust on choosing target assumption for X86_32 support (#1241) 2022-06-27 20:30:31 +08:00
windows Make robust on choosing target assumption for X86_32 support (#1241) 2022-06-27 20:30:31 +08:00
zephyr/simple Fix Windows compilation warnings (#1171) 2022-05-16 09:12:58 +08:00