Skip to content

Commit 42e6901

Browse files
committed
Mention libcxx and libcxxabi too.
1 parent c33ea73 commit 42e6901

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ To use the sysroot, use the `--sysroot=` option:
3838
to run the compiler using the newly built sysroot.
3939

4040
Note that Clang packages typically don't include cross-compiled builds of
41-
compiler-rt, `libclang_rt.builtins-wasm32.a`, so they may not be usable without
41+
compiler-rt, libcxx, or libcxxabi, for `libclang_rt.builtins-wasm32.a`, libc++.a,
42+
or libc++abi.a, respectively, so they may not be usable without
4243
extra setup. This is one of the things [wasi-sdk] simplifies, as it includes
43-
a cross-compiled compiler-rt.
44+
cross-compiled builds of compiler-rt, libc++.a, and libc++abi.a.
4445

4546
[wasi-sdk]: https://github.com/WebAssembly/wasi-sdk

0 commit comments

Comments
 (0)