Re: [XEN PATCH 13/15] build: fix compile.h compiler version command line

2023-05-30 Thread Luca Fancellu
> On 30 May 2023, at 11:14, Jan Beulich wrote: > > On 24.05.2023 11:43, Luca Fancellu wrote: >> >> >>> On 23 May 2023, at 17:38, Anthony PERARD wrote: >>> >>> CFLAGS is just from Config.mk, instead use the flags used to build >>> Xen. >>> >>> Signed-off-by: Anthony PERARD >>> --- >>> >>>

Re: [XEN PATCH 13/15] build: fix compile.h compiler version command line

2023-05-30 Thread Jan Beulich
On 24.05.2023 11:43, Luca Fancellu wrote: > > >> On 23 May 2023, at 17:38, Anthony PERARD wrote: >> >> CFLAGS is just from Config.mk, instead use the flags used to build >> Xen. >> >> Signed-off-by: Anthony PERARD >> --- >> >> Notes: >>I don't know if CFLAGS is even useful there, just --ver

Re: [XEN PATCH 13/15] build: fix compile.h compiler version command line

2023-05-25 Thread Jan Beulich
On 24.05.2023 11:43, Luca Fancellu wrote: > > >> On 23 May 2023, at 17:38, Anthony PERARD wrote: >> >> CFLAGS is just from Config.mk, instead use the flags used to build >> Xen. >> >> Signed-off-by: Anthony PERARD >> --- >> >> Notes: >>I don't know if CFLAGS is even useful there, just --ver

Re: [XEN PATCH 13/15] build: fix compile.h compiler version command line

2023-05-25 Thread Jan Beulich
On 23.05.2023 20:14, Andrew Cooper wrote: > On 23/05/2023 5:38 pm, Anthony PERARD wrote: >> CFLAGS is just from Config.mk, instead use the flags used to build >> Xen. >> >> Signed-off-by: Anthony PERARD >> --- >> >> Notes: >> I don't know if CFLAGS is even useful there, just --version without

Re: [XEN PATCH 13/15] build: fix compile.h compiler version command line

2023-05-24 Thread Luca Fancellu
> On 23 May 2023, at 17:38, Anthony PERARD wrote: > > CFLAGS is just from Config.mk, instead use the flags used to build > Xen. > > Signed-off-by: Anthony PERARD > --- > > Notes: >I don't know if CFLAGS is even useful there, just --version without the >flags might produce the same re

Re: [XEN PATCH 13/15] build: fix compile.h compiler version command line

2023-05-23 Thread Andrew Cooper
On 23/05/2023 5:38 pm, Anthony PERARD wrote: > CFLAGS is just from Config.mk, instead use the flags used to build > Xen. > > Signed-off-by: Anthony PERARD > --- > > Notes: > I don't know if CFLAGS is even useful there, just --version without the > flags might produce the same result. I ca

[XEN PATCH 13/15] build: fix compile.h compiler version command line

2023-05-23 Thread Anthony PERARD
CFLAGS is just from Config.mk, instead use the flags used to build Xen. Signed-off-by: Anthony PERARD --- Notes: I don't know if CFLAGS is even useful there, just --version without the flags might produce the same result. xen/build.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(