From 354bad70b7ff9ebdb7dc64bf8e4e72240b5bb940 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Saavedra=20Rodi=C3=B1o?= Date: Thu, 26 Sep 2024 21:34:16 +0200 Subject: [PATCH] Update README.md Trivial fix for a typo in the LIBCPLUSPLUS examples. Signed-off-by: Pablo Saavedra --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a7e427d..73688ff4 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ in `local.conf`. You can select libstdc++ per package too by writing bbappends for them containing ```shell -LIBCPLUSPLUS:toolchain-clang:pn- = "-stdlibc=libc++" +LIBCPLUSPLUS:toolchain-clang:pn- = "-stdlib=libc++" ``` Defaults are chosen to be GNU for maximum compatibility with existing GNU systems. It's always good to use single runtime on a system, mixing runtimes can cause complications during