summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2015-03-12 16:06:45 +0000
committerKhem Raj <raj.khem@gmail.com>2015-03-12 16:06:45 +0000
commit93f9ee07ca80e0f6ab9052bd787b5a7dbb8d0194 (patch)
tree8d21f58cd4235a285a328e0cd5d1dd1a4feaa46f /README.md
parent0671c7a953cc168559f14f2104e0f7ceac3dd5ae (diff)
downloadmeta-clang-93f9ee07ca80e0f6ab9052bd787b5a7dbb8d0194.tar.gz
README: Update to reflect latest status
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/README.md b/README.md
index 8b9961b..4bc8393 100644
--- a/README.md
+++ b/README.md
@@ -38,10 +38,14 @@ $ runqemu qemuarm
38 38
39# Limitations 39# Limitations
40 40
41Currently core-image-minimal is buildable/bootable for ARM, x86, x86_64 41Currently only few components are building with clang if you want to port/add more then please add
42based qemu machines
43MACHINE variable and TCLIBC variables can also be set in conf/local.conf to avoid typing it on commandline on any bitbake invocation
44 42
43TOOLCHAIN_pn-<recipe-name> = "clang"
44DEPENDS_append_pn-<recipe-name> = " clang-cross "
45
46to clang.conf
47
48and OE will start using clang to cross compile that recipe
45 49
46# Dependencies 50# Dependencies
47 51