31/08/2023 14:10, Bruce Richardson: > To help developers catch errors as soon as possible, we want to ensure > that as wide a variety of builds are done by test-meson-builds as > possible. Unfortunately, for those using Ubuntu, the shipped version > of GCC compiler for PowerPC on that system is not correctly detected by > the script. We fix this by detecting if Ubuntu is in use, and pointing > to the correct cross-file in that case. > > On enabling those PPC builds on my system, a couple of other build > issues we encountered. These are fixed by the set before enabling the > build in the script. > > Bruce Richardson (3): > vhost: fix build for powerpc > build: fix failures due to incompatible IPSec lib > devtools: enable testing ppc builds on ubuntu
Applied, thanks.