summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2021-07-30 17:01:51 +0200
committerKhem Raj <raj.khem@gmail.com>2021-08-03 10:00:28 -0700
commit953591e89fba92501cf421adf448aa69caa12e14 (patch)
treeaba7af8286c0c7fb352e1bcb4b212d3706a874ee /README.md
parent17737cc4ecd3aea2c978bf83e283bcb08d097487 (diff)
downloadmeta-clang-953591e89fba92501cf421adf448aa69caa12e14.tar.gz
Manually finish conversion
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 698ae3a..7be4ada 100644
--- a/README.md
+++ b/README.md
@@ -127,7 +127,7 @@ and OE will start using gcc to cross compile that recipe.
127if a component does not build with libc++, you can add it to `conf/nonclangable.inc` e.g. 127if a component does not build with libc++, you can add it to `conf/nonclangable.inc` e.g.
128 128
129```shell 129```shell
130CXX:remove:pn-<recipe>_toolchain-clang = " -stdlib=libc++ " 130CXX:remove:pn-<recipe>:toolchain-clang = " -stdlib=libc++ "
131``` 131```
132 132
133# compiler-rt failing in do_configure with custom TARGET_VENDOR 133# compiler-rt failing in do_configure with custom TARGET_VENDOR