diff options
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -39,9 +39,10 @@ $ runqemu qemuarm | |||
39 | # Limitations | 39 | # Limitations |
40 | 40 | ||
41 | Currently only few components are building with clang if you want to port/add more then please add | 41 | Currently only few components are building with clang if you want to port/add more then please add |
42 | 42 | ```Shell | |
43 | TOOLCHAIN_pn-<recipe-name> = "clang" | 43 | TOOLCHAIN_pn-<recipe-name> = "clang" |
44 | DEPENDS_append_pn-<recipe-name> = " clang-cross " | 44 | DEPENDS_append_pn-<recipe-name> = " clang-cross " |
45 | ```shell | ||
45 | 46 | ||
46 | to clang.conf | 47 | to clang.conf |
47 | 48 | ||