Re: [XEN PATCH 12/15] build: avoid Config.mk's CFLAGS

2023-05-25 Thread Jan Beulich
On 23.05.2023 18:38, Anthony PERARD wrote: > The variable $(CFLAGS) is too often set in the environment, > especially when building a package for a distribution. Often, those > CFLAGS are intended to be use to build user spaces binaries, not a > kernel. This mean packager needs to takes extra steps

Re: [XEN PATCH 12/15] build: avoid Config.mk's CFLAGS

2023-05-24 Thread Luca Fancellu
> On 23 May 2023, at 17:38, Anthony PERARD wrote: > > The variable $(CFLAGS) is too often set in the environment, > especially when building a package for a distribution. Often, those > CFLAGS are intended to be use to build user spaces binaries, not a NIT: s/use/used/ But I’m not a native sp

[XEN PATCH 12/15] build: avoid Config.mk's CFLAGS

2023-05-23 Thread Anthony PERARD
The variable $(CFLAGS) is too often set in the environment, especially when building a package for a distribution. Often, those CFLAGS are intended to be use to build user spaces binaries, not a kernel. This mean packager needs to takes extra steps to build Xen by overriding the CFLAGS provided by