diff options
author | Khem Raj <raj.khem@gmail.com> | 2015-03-12 09:16:46 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2015-03-12 09:16:46 -0700 |
commit | e90b1cc0c24492cc8211b5976abcb89a7f7cc755 (patch) | |
tree | 6f0ff050607b492c9b95f0a43899e25bea51895b | |
parent | 93f9ee07ca80e0f6ab9052bd787b5a7dbb8d0194 (diff) | |
download | meta-clang-e90b1cc0c24492cc8211b5976abcb89a7f7cc755.tar.gz |
Update README.md
shell formatting for code section
-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 | ||