diff options
author | Khem Raj <raj.khem@gmail.com> | 2015-03-13 10:01:28 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2015-03-13 10:01:28 -0700 |
commit | 97f58b80445e670f30e8d60e505dcdc9e05f0f1c (patch) | |
tree | 151add7b46ab04246ead1ea5f96786aa630ba5f4 | |
parent | e7b3e9a31734d8c9c73317eba829cfc0fada5ccb (diff) | |
download | meta-clang-97f58b80445e670f30e8d60e505dcdc9e05f0f1c.tar.gz |
Update README.md
Fix typo in syntax spec
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ $ 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 | ```Shell | 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 | ``` | 45 | ``` |