Re: [XEN PATCH 10/15] build: rename $(AFLAGS) to $(XEN_AFLAGS)

2023-05-25 Thread Jan Beulich
On 24.05.2023 10:47, Luca Fancellu wrote: > > >> On 24 May 2023, at 09:29, Luca Fancellu wrote: >> >> >> >>> On 23 May 2023, at 17:38, Anthony PERARD wrote: >>> >>> We don't want the AFLAGS from the environment, they are usually meant >>> to build user space application and not for the hypervis

Re: [XEN PATCH 10/15] build: rename $(AFLAGS) to $(XEN_AFLAGS)

2023-05-24 Thread Luca Fancellu
> On 24 May 2023, at 09:29, Luca Fancellu wrote: > > > >> On 23 May 2023, at 17:38, Anthony PERARD wrote: >> >> We don't want the AFLAGS from the environment, they are usually meant >> to build user space application and not for the hypervisor. >> >> Config.mk doesn't provied any $(AFLAGS

Re: [XEN PATCH 10/15] build: rename $(AFLAGS) to $(XEN_AFLAGS)

2023-05-24 Thread Luca Fancellu
> On 23 May 2023, at 17:38, Anthony PERARD wrote: > > We don't want the AFLAGS from the environment, they are usually meant > to build user space application and not for the hypervisor. > > Config.mk doesn't provied any $(AFLAGS) so we can start a fresh > $(XEN_AFLAGS). > > Signed-off-by: An

[XEN PATCH 10/15] build: rename $(AFLAGS) to $(XEN_AFLAGS)

2023-05-23 Thread Anthony PERARD
We don't want the AFLAGS from the environment, they are usually meant to build user space application and not for the hypervisor. Config.mk doesn't provied any $(AFLAGS) so we can start a fresh $(XEN_AFLAGS). Signed-off-by: Anthony PERARD --- xen/Makefile | 10 ++ xen/arch/x86/a