diff options
author | Pablo Saavedra RodiƱo <psaavedra@igalia.com> | 2024-09-26 21:34:16 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-10-09 18:21:51 -0700 |
commit | 354bad70b7ff9ebdb7dc64bf8e4e72240b5bb940 (patch) | |
tree | 2eeaa2d99799ef8699f815ad317aeb6c6d1beebb | |
parent | d1793483a76914baa11a44eb767acaeef675d310 (diff) | |
download | meta-clang-354bad70b7ff9ebdb7dc64bf8e4e72240b5bb940.tar.gz |
Update README.md
Trivial fix for a typo in the LIBCPLUSPLUS examples.
Signed-off-by: Pablo Saavedra <psaavedra@igalia.com>
-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 |