> On 23 May 2023, at 17:38, Anthony PERARD <anthony.per...@citrix.com> 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: Anthony PERARD <anthony.per...@citrix.com> > --- Reviewed-by: Luca Fancellu <luca.fance...@arm.com> Tested-by: Luca Fancellu <luca.fance...@arm.com>
- [XEN PATCH 05/15] build: introduce a generic command for gz... Anthony PERARD
- [XEN PATCH 11/15] build: rename CFLAGS to XEN_CFLAGS in xen... Anthony PERARD
- [XEN PATCH 14/15] Config.mk: move $(cc-option, ) to config/... Anthony PERARD
- [XEN PATCH 15/15] build: remove Config.mk include from Rule... Anthony PERARD
- [XEN PATCH 10/15] build: rename $(AFLAGS) to $(XEN_AFLAGS) Anthony PERARD
- Re: [XEN PATCH 10/15] build: rename $(AFLAGS) to $(XEN... Luca Fancellu
- Re: [XEN PATCH 10/15] build: rename $(AFLAGS) to $... Luca Fancellu
- [XEN PATCH 12/15] build: avoid Config.mk's CFLAGS Anthony PERARD
- Re: [XEN PATCH 12/15] build: avoid Config.mk's CFLAGS Luca Fancellu
- Re: [XEN PATCH 12/15] build: avoid Config.mk's CFLAGS Jan Beulich
- Re: [XEN PATCH 00/15] build: cleanup build log, avoid user'... Andrew Cooper