summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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 6a67556..3d6ac6b 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@ $ 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```Shell 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``` 45```