summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2016-05-06 06:38:06 -0700
committerKhem Raj <raj.khem@gmail.com>2016-05-06 06:38:06 -0700
commit8edc09e9051b22b6a5e0827972133e92ff06f864 (patch)
treebaf7801121745de0ad2e81630583f3571d4028af /README.md
parent8ec693b6e472a0af87069c31cac961859872c900 (diff)
downloadmeta-clang-8edc09e9051b22b6a5e0827972133e92ff06f864.tar.gz
README: Update documntation to reflect the recent conf file changes
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 97d517c..d63060d 100644
--- a/README.md
+++ b/README.md
@@ -55,10 +55,10 @@ $ runqemu qemux86
55# Limitations 55# Limitations
56 56
57Few components do not build with clang, if you have a component to add to that list 57Few components do not build with clang, if you have a component to add to that list
58simply create a bbappend under recipes-excluded/nonclangable e.g. 58simply add it to conf/nonclangable.inc e.g.
59 59
60```shell 60```shell
61TOOLCHAIN = "gcc" 61TOOLCHAIN_pn-<recipe> = "gcc"
62``` 62```
63 63
64and OE will start using gcc to cross compile that recipe, 64and OE will start using gcc to cross compile that recipe,