]> git.proxmox.com Git - wasi-libc.git/blobdiff - README.md
Mention libcxx and libcxxabi too.
[wasi-libc.git] / README.md
index 8b2e91521219ab6ae77922b9629aeb5c70c27eea..367c4d33997db285f673067771972010f30b9a20 100644 (file)
--- a/README.md
+++ b/README.md
@@ -38,8 +38,9 @@ To use the sysroot, use the `--sysroot=` option:
 to run the compiler using the newly built sysroot.
 
 Note that Clang packages typically don't include cross-compiled builds of
-compiler-rt, `libclang_rt.builtins-wasm32.a`, so they may not be usable without
+compiler-rt, libcxx, or libcxxabi, for `libclang_rt.builtins-wasm32.a`, libc++.a,
+or libc++abi.a, respectively, so they may not be usable without
 extra setup. This is one of the things [wasi-sdk] simplifies, as it includes
-a cross-compiled compiler-rt.
+cross-compiled builds of compiler-rt, libc++.a, and libc++abi.a.
 
 [wasi-sdk]: https://github.com/WebAssembly/wasi-sdk