From cf5560b703ed9b498d5651ca8fd74ea2566e6f5c Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 15 Sep 2019 13:37:48 -0700 Subject: Remove python syntax highlighter --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ecba661..f150c96 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ LIBCPLUSPLUS = "" in `local.conf`. You can select libstdc++ per package too by writing bbappends for them containing -```python +```shell LIBCPLUSPLUS_toolchain-clang_pn- = "" ``` @@ -59,7 +59,7 @@ LIBCPLUSPLUS_toolchain-clang_pn- = "" By default, clang build from meta-clang uses clang runtime ( compiler-rt + libc++ + libunwind ) out of box However, it is possible to switch to using gcc runtime as default, In order to do that -following settings are needed in site configurations e.g. in local.conf +following settings are needed in site configurations e.g. in `local.conf` ```shell TOOLCHAIN ?= "clang" @@ -91,7 +91,7 @@ TOOLCHAIN_pn- = "gcc" and OE will start using gcc to cross compile that recipe. -And if a component does not build with libc++, you can add it to conf/nonclangable.inc e.g. +And if a component does not build with libc++, you can add it to `conf/nonclangable.inc` e.g. ```shell CXX_remove_pn-_toolchain-clang = " -stdlib=libc++ " -- cgit v1.2.3-54-g00ecf