On 27.03.2025 18:43, Andrew Cooper wrote: > We have checks in both xen/compiler.h, and Config.mk. Both are incomplete. > > The check in Config.mk sees $(CC) in system and cross-compiler form, so cannot > express anything more than the global baseline. Change it to simply 5.1. > > In xen/compiler.h, rewrite the expression for clarity/brevity. > > Include a GCC 12.2 check for RISCV, and include a Clang 11 baseline check. > > Signed-off-by: Andrew Cooper <andrew.coop...@citrix.com>
Reviewed-by: Jan Beulich <jbeul...@suse.com>