On 21.04.2020 18:12, Anthony PERARD wrote: > In Arm and X86 makefile, generating the linker script is the same, so > we can simply have both call the same macro. > > We need to add *.lds files into extra-y so that Rules.mk can find the > .*.cmd dependency file and load it. > > Change made to the command line: > - Use of $(CPP) instead of $(CC) -E > - Remove -Ui386. > We don't compile Xen for i386 anymore, so that macro is never > defined. Also it doesn't make sense on Arm. > - Use $(cpp_flags) which simply filter -Wa,% options from $(a_flags). > > Signed-off-by: Anthony PERARD <anthony.per...@citrix.com>
For the non-Arm bits Acked-by: Jan Beulich <jbeul...@suse.com>