Re: [Xen-devel] [PATCH] x86/build: Fix -mskip-rax-setup handling

2020-02-25 Thread Jan Beulich
On 21.02.2020 19:55, Andrew Cooper wrote: > The way -mskip-rax-setup is currently specified results in compiler support > being evaluated per translation unit, rather than per subdir. Switch to using > cc-add-option instead. > > This drops the number of callouts from 428 to 60. > > Signed-off-by

Re: [Xen-devel] [PATCH] x86/build: Fix -mskip-rax-setup handling

2020-02-21 Thread Anthony PERARD
On Fri, Feb 21, 2020 at 06:55:50PM +, Andrew Cooper wrote: > The way -mskip-rax-setup is currently specified results in compiler support > being evaluated per translation unit, rather than per subdir. Switch to using > cc-add-option instead. > > This drops the number of callouts from 428 to 6

[Xen-devel] [PATCH] x86/build: Fix -mskip-rax-setup handling

2020-02-21 Thread Andrew Cooper
The way -mskip-rax-setup is currently specified results in compiler support being evaluated per translation unit, rather than per subdir. Switch to using cc-add-option instead. This drops the number of callouts from 428 to 60. Signed-off-by: Andrew Cooper --- CC: Jan Beulich CC: Wei Liu CC: R