diff options
| -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 | ||
