summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Saavedra RodiƱo <psaavedra@igalia.com>2024-09-26 21:34:16 +0200
committerKhem Raj <raj.khem@gmail.com>2024-10-09 18:21:51 -0700
commit354bad70b7ff9ebdb7dc64bf8e4e72240b5bb940 (patch)
tree2eeaa2d99799ef8699f815ad317aeb6c6d1beebb
parentd1793483a76914baa11a44eb767acaeef675d310 (diff)
downloadmeta-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.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