Update wasi-libc with sdk version information (#583)

This updates to include WebAssembly/wasi-libc#709 and then additionally
configures wasi-libc with `-DWASI_SDK_VERSION=...` to ensure that
wasi-sdk builds will now have `__wasi_sdk_major__` defined along with
`__wasi_sdk_version__`.

Closes WebAssembly/wasi-libc#688
pull/452/merge
Alex Crichton 7 months ago committed by GitHub
parent 3891d0fbb1
commit 5bfe919641
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -174,6 +174,7 @@ function(define_wasi_libc_sub target target_suffix lto)
-DBUILTINS_LIB=${libcompiler_rt_a}
-DUSE_WASM_COMPONENT_LD=OFF
-DBINDINGS_TARGET=OFF
-DWASI_SDK_VERSION=${wasi_sdk_version}
DEPENDS compiler-rt
EXCLUDE_FROM_ALL ON
USES_TERMINAL_CONFIGURE ON

@ -1 +1 @@
Subproject commit 06bef3c91a541b67edf88ff44e0e3bc0a928ad16
Subproject commit 6036a9f3e349315faba2732a32508d5dc9d6d928
Loading…
Cancel
Save