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