On Tue, Jun 21, 2022 at 2:28 PM Stanislaw Kardach <k...@semihalf.com> wrote: > > Meson detects the C++ cross-compiler during configuration and based on > that reports whether C++ language is available or not. > The C++ include check target (buildtools/chkincs/chkincs-cpp) is only > built when C++ language is available. > > There are 2 issues that currently prevent those checks to be run in > cross-compiled environments: > > * PowerPC and ARM cross-files define cpp instead of g++ as C++ compiler. > That's wrong because cpp is a C Preprocessor binary. > * The CI workflow file does not install a g++ cross-compiler. > > This patchset fixes both issues. > > Stanislaw Kardach (2): > config: Use G++ as C++ compiler > ci: use crossbuild-essential packages
Series applied, thanks Stanislaw. -- David Marchand