summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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