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