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
YAMAMOTO Takashi 654ac5feca
Use cmake POSITION_INDEPENDENT_CODE instead of hardcoding -pie -fPIE (#1598)
This fixes unused option warnings on -pie for macOS.
(On macOS cmake produces "-fPIE -Xlinker -pie")

Bump required cmake version to 3.14 for CheckPIESupported.

References:
https://cmake.org/cmake/help/latest/prop_tgt/POSITION_INDEPENDENT_CODE.html
https://cmake.org/cmake/help/latest/module/CheckPIESupported.html#module:CheckPIESupported
2022-10-19 01:51:18 +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 Refactor interpreter/AOT module instance layout (#1559) 2022-10-18 10:59:28 +08:00
darwin build_llvm.sh: enable to pass through arguments (#1506) 2022-09-20 17:54:50 +08:00
esp-idf ESP IDF fixes (#927) 2022-01-05 12:50:17 +08:00
ios Add ios support for product-mini (#1602) 2022-10-18 07:52:38 +08:00
linux Use cmake POSITION_INDEPENDENT_CODE instead of hardcoding -pie -fPIE (#1598) 2022-10-19 01:51:18 +08:00
linux-sgx linux-sgx: Implement SGX IPFS as POSIX backend for file interaction (#1489) 2022-09-28 13:09:58 +08:00
nuttx ci: Cover more configurations & targets on NuttX (#1448) 2022-09-05 12:12:32 +08:00
posix Merge dev/socket into main (#1393) 2022-09-22 21:46:14 +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 Enhance cmake makefiles (#1390) 2022-08-18 16:27:01 +08:00
windows Fix potential warning of printf in main.c of posix and windows (#1440) 2022-09-01 14:11:00 +08:00
zephyr/simple Dockerfile lint errors fix (#1493) 2022-09-22 13:06:11 +08:00