Skip to content

E3-1685: Stop build unless all CCs are installed

Simon Rose requested to merge error_on_missing_cc into master

Following a release where we accidentally did not update the cross-compilers, we decided that the build should fail unless all of the cross-compilers specified actually exist. If a user wants to skip them, they should be explicit in their own CONFIG_BASE(.local) setup.

Merge request reports