]> git.proxmox.com Git - wasi-libc.git/commitdiff
Mention libcxx and libcxxabi too.
authorDan Gohman <sunfish@mozilla.com>
Tue, 17 Mar 2020 23:21:10 +0000 (16:21 -0700)
committerDan Gohman <sunfish@mozilla.com>
Wed, 18 Mar 2020 00:44:08 +0000 (17:44 -0700)
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