diff options
author | Khem Raj <raj.khem@gmail.com> | 2015-03-12 16:06:45 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2015-03-12 16:06:45 +0000 |
commit | 93f9ee07ca80e0f6ab9052bd787b5a7dbb8d0194 (patch) | |
tree | 8d21f58cd4235a285a328e0cd5d1dd1a4feaa46f | |
parent | 0671c7a953cc168559f14f2104e0f7ceac3dd5ae (diff) | |
download | meta-clang-93f9ee07ca80e0f6ab9052bd787b5a7dbb8d0194.tar.gz |
README: Update to reflect latest status
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | README.md | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -38,10 +38,14 @@ $ runqemu qemuarm | |||
38 | 38 | ||
39 | # Limitations | 39 | # Limitations |
40 | 40 | ||
41 | Currently core-image-minimal is buildable/bootable for ARM, x86, x86_64 | 41 | Currently only few components are building with clang if you want to port/add more then please add |
42 | based qemu machines | ||
43 | MACHINE variable and TCLIBC variables can also be set in conf/local.conf to avoid typing it on commandline on any bitbake invocation | ||
44 | 42 | ||
43 | TOOLCHAIN_pn-<recipe-name> = "clang" | ||
44 | DEPENDS_append_pn-<recipe-name> = " clang-cross " | ||
45 | |||
46 | to clang.conf | ||
47 | |||
48 | and OE will start using clang to cross compile that recipe | ||
45 | 49 | ||
46 | # Dependencies | 50 | # Dependencies |
47 | 51 | ||