summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2015-03-12 09:17:28 -0700
committerKhem Raj <raj.khem@gmail.com>2015-03-12 09:17:28 -0700
commitb8b90dfada31fb5dbcd3db8c171a4a41a2135e53 (patch)
treed9b264630cc10c100415111791b82880a8daed40 /README.md
parente90b1cc0c24492cc8211b5976abcb89a7f7cc755 (diff)
downloadmeta-clang-b8b90dfada31fb5dbcd3db8c171a4a41a2135e53.tar.gz
Update README.md
Fix a typo
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 20083ef..6a67556 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ Currently only few components are building with clang if you want to port/add mo
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```shell 45```
46 46
47to clang.conf 47to clang.conf
48 48