summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4bc8393..20083ef 100644
--- a/README.md
+++ b/README.md
@@ -39,9 +39,10 @@ $ runqemu qemuarm
39# Limitations 39# Limitations
40 40
41Currently only few components are building with clang if you want to port/add more then please add 41Currently only few components are building with clang if you want to port/add more then please add
42 42```Shell
43TOOLCHAIN_pn-<recipe-name> = "clang" 43TOOLCHAIN_pn-<recipe-name> = "clang"
44DEPENDS_append_pn-<recipe-name> = " clang-cross " 44DEPENDS_append_pn-<recipe-name> = " clang-cross "
45```shell
45 46
46to clang.conf 47to clang.conf
47 48