On Tue, Jun 21, 2022 at 9:53 PM Tyler Retzlaff <[email protected]> wrote: > <snip> > > -cpp = ['ccache', 'arm-linux-gnueabihf-cpp'] > > +cpp = ['ccache', 'arm-linux-gnueabihf-g++'] > > suggest the variable should be 'cxx' not 'cpp' (to be consistent with > other build systems in the linux world) The variable name is mandated by meson as it names C++ language "cpp" in other places: https://mesonbuild.com/Reference-tables.html#language-arguments-parameter-names -- Best Regards, Stanisław Kardach
- [PATCH 0/2] fix C++ include checks in cross-compilation Stanislaw Kardach
- [PATCH 1/2] config: Use G++ as C++ compiler Stanislaw Kardach
- Re: [PATCH 1/2] config: Use G++ as C++ compile... Bruce Richardson
- Re: [PATCH 1/2] config: Use G++ as C++ compile... Tyler Retzlaff
- Re: [PATCH 1/2] config: Use G++ as C++ com... Stanisław Kardach
- Re: [PATCH 1/2] config: Use G++ as C++... Tyler Retzlaff
- RE: [PATCH 1/2] config: Use G++ a... Morten Brørup
- [PATCH 2/2] ci: use crossbuild-essential packages Stanislaw Kardach
- Re: [PATCH 2/2] ci: use crossbuild-essential p... David Marchand
- Re: [PATCH 0/2] fix C++ include checks in cross-co... David Marchand

