On 27/03/2025 4:39 pm, Jan Beulich wrote: > On 27.03.2025 17:31, Andrew Cooper wrote: >> We have checks in both xen/compiler.h, and Config.mk. Both are incomplete. >> Remove the one from compiler.h, as it's pointless to perform in addition to >> the xen.git-wide one as well. > Isn't this premature? The Config.mk one doesn't terminate the build, according > to what there is in the post-commit-message area?
It's also broken for cross-compiles, in a way that I don't have time to fix now. I'm going to leave this as a 5.1 baseline across the board, and reintroduce the xen/compile.h one with the per-arch nuances. ~Andrew