diff options
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -55,10 +55,10 @@ $ runqemu qemux86 | |||
| 55 | # Limitations | 55 | # Limitations |
| 56 | 56 | ||
| 57 | Few components do not build with clang, if you have a component to add to that list | 57 | Few components do not build with clang, if you have a component to add to that list |
| 58 | simply create a bbappend under recipes-excluded/nonclangable e.g. | 58 | simply add it to conf/nonclangable.inc e.g. |
| 59 | 59 | ||
| 60 | ```shell | 60 | ```shell |
| 61 | TOOLCHAIN = "gcc" | 61 | TOOLCHAIN_pn-<recipe> = "gcc" |
| 62 | ``` | 62 | ``` |
| 63 | 63 | ||
| 64 | and OE will start using gcc to cross compile that recipe, | 64 | and OE will start using gcc to cross compile that recipe, |
