summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2015-04-06 03:58:34 +0000
committerKhem Raj <raj.khem@gmail.com>2015-04-06 03:58:34 +0000
commit0d044d470ba3d7255fe3b8cf09d3824b22cf0367 (patch)
tree381fc75c3777213de0228c24c8ba765562130b85 /README.md
parentc0e73c06c18816ae7abfaefde41bdb5848f0a4cf (diff)
downloadmeta-clang-0d044d470ba3d7255fe3b8cf09d3824b22cf0367.tar.gz
clang-cross: Rename PN to include TARGET_ARCH
brings it inline with gcc toolchain Signed-off-by: Khem Raj <raj.khem@gmail.com>
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 3d6ac6b..51a18e8 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@ $ runqemu qemuarm
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-${TARGET_ARCH} "
45``` 45```
46 46
47to clang.conf 47to clang.conf