summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2015-03-12 09:16:46 -0700
committerKhem Raj <raj.khem@gmail.com>2015-03-12 09:16:46 -0700
commite90b1cc0c24492cc8211b5976abcb89a7f7cc755 (patch)
tree6f0ff050607b492c9b95f0a43899e25bea51895b /README.md
parent93f9ee07ca80e0f6ab9052bd787b5a7dbb8d0194 (diff)
downloadmeta-clang-e90b1cc0c24492cc8211b5976abcb89a7f7cc755.tar.gz
Update README.md
shell formatting for code section
Diffstat (limited to 'README.md')
-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