summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3a7e427..73688ff 100644
--- a/README.md
+++ b/README.md
@@ -103,7 +103,7 @@ in `local.conf`.
103You can select libstdc++ per package too by writing bbappends for them containing 103You can select libstdc++ per package too by writing bbappends for them containing
104 104
105```shell 105```shell
106LIBCPLUSPLUS:toolchain-clang:pn-<recipe> = "-stdlibc=libc++" 106LIBCPLUSPLUS:toolchain-clang:pn-<recipe> = "-stdlib=libc++"
107``` 107```
108Defaults are chosen to be GNU for maximum compatibility with existing GNU systems. It's always 108Defaults are chosen to be GNU for maximum compatibility with existing GNU systems. It's always
109good to use single runtime on a system, mixing runtimes can cause complications during 109good to use single runtime on a system, mixing runtimes can cause complications during