summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2015-03-13 10:01:28 -0700
committerKhem Raj <raj.khem@gmail.com>2015-03-13 10:01:28 -0700
commit97f58b80445e670f30e8d60e505dcdc9e05f0f1c (patch)
tree151add7b46ab04246ead1ea5f96786aa630ba5f4 /README.md
parente7b3e9a31734d8c9c73317eba829cfc0fada5ccb (diff)
downloadmeta-clang-97f58b80445e670f30e8d60e505dcdc9e05f0f1c.tar.gz
Update README.md
Fix typo in syntax spec
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```