On 01.07.2021 16:09, Anthony PERARD wrote: > Signed-off-by: Anthony PERARD <anthony.per...@citrix.com> > --- > > Notes: > v6: > - switch to a macro as suggested > which allows to be used with both a_flags and c_flags > > v5: > - new patch > > xen/Rules.mk | 7 +++++-- > xen/arch/x86/mm/Makefile | 2 +- > xen/arch/x86/mm/hap/Makefile | 2 +- > xen/arch/x86/mm/shadow/Makefile | 2 +- > 4 files changed, 8 insertions(+), 5 deletions(-)
There are two further uses, one in xen/Makefile and one in xen/x86/Makefile. I think both want replacing too, and the former suggests you also want to strip -flto alongside -Wa,%. I can accept the use in xen/include/Makefile not getting touched, as it also removes an -include option at the same time. Jan