Re: [Xen-devel] EXTRA_CFLAGS when compiling Xen

2016-02-17 Thread Corneliu ZUZU
On 2/17/2016 3:54 PM, Jan Beulich wrote: On 17.02.16 at 14:11, wrote: On 2/17/2016 2:43 PM, Jan Beulich wrote: On 17.02.16 at 13:09, wrote: On 2/17/2016 12:34 PM, Jan Beulich wrote: The reason I need this is to pass '-save-temps' to GCC, I want

Re: [Xen-devel] EXTRA_CFLAGS when compiling Xen

2016-02-17 Thread Konrad Rzeszutek Wilk
On Wed, Feb 17, 2016 at 02:09:43PM +0200, Corneliu ZUZU wrote: > On 2/17/2016 12:34 PM, Jan Beulich wrote: > > > >>The reason I need this is to pass '-save-temps' to GCC, I want to inspect > >>some code > >>and it would be easier to do that on the preprocessed files. > >... there's absolutely no

Re: [Xen-devel] EXTRA_CFLAGS when compiling Xen

2016-02-17 Thread Jan Beulich
>>> On 17.02.16 at 14:11, wrote: > On 2/17/2016 2:43 PM, Jan Beulich wrote: > On 17.02.16 at 13:09, wrote: >>> On 2/17/2016 12:34 PM, Jan Beulich wrote: > The reason I need this is to pass '-save-temps' to GCC, I want to inspect > some

Re: [Xen-devel] EXTRA_CFLAGS when compiling Xen

2016-02-17 Thread Corneliu ZUZU
On 2/17/2016 2:43 PM, Jan Beulich wrote: On 17.02.16 at 13:09, wrote: On 2/17/2016 12:34 PM, Jan Beulich wrote: The reason I need this is to pass '-save-temps' to GCC, I want to inspect some code and it would be easier to do that on the preprocessed files. ... there's

Re: [Xen-devel] EXTRA_CFLAGS when compiling Xen

2016-02-17 Thread Jan Beulich
>>> On 17.02.16 at 13:09, wrote: > On 2/17/2016 12:34 PM, Jan Beulich wrote: >> >>> The reason I need this is to pass '-save-temps' to GCC, I want to inspect >>> some code >>> and it would be easier to do that on the preprocessed files. >> ... there's absolutely no need to

Re: [Xen-devel] EXTRA_CFLAGS when compiling Xen

2016-02-17 Thread Corneliu ZUZU
On 2/17/2016 12:34 PM, Jan Beulich wrote: The reason I need this is to pass '-save-temps' to GCC, I want to inspect some code and it would be easier to do that on the preprocessed files. ... there's absolutely no need to for a case like this, at least as long as the xen/ subtree is where you

Re: [Xen-devel] EXTRA_CFLAGS when compiling Xen

2016-02-17 Thread Corneliu ZUZU
On 2/17/2016 12:23 PM, Razvan Cojocaru wrote: Could anyone tell me if and how I could pass some GCC extra compilation flags when building Xen (i.e. make dist-xen)? I tried: * when running make: passing EXTRA_CFLAGS * when running make: passing CFLAGS (this "works" but overrides the rest of the

Re: [Xen-devel] EXTRA_CFLAGS when compiling Xen

2016-02-17 Thread Jan Beulich
>>> On 17.02.16 at 11:19, wrote: > Could anyone tell me if and how I could pass some GCC extra compilation > flags when building Xen (i.e. make dist-xen)? > I tried: > * when running make: passing EXTRA_CFLAGS > * when running make: passing CFLAGS (this "works" but

Re: [Xen-devel] EXTRA_CFLAGS when compiling Xen

2016-02-17 Thread Razvan Cojocaru
> Could anyone tell me if and how I could pass some GCC extra compilation > flags when building Xen (i.e. make dist-xen)? > I tried: > * when running make: passing EXTRA_CFLAGS > * when running make: passing CFLAGS (this "works" but overrides the rest > of the CFLAGS) > * when running ./configure:

[Xen-devel] EXTRA_CFLAGS when compiling Xen

2016-02-17 Thread Corneliu ZUZU
Hi all, Could anyone tell me if and how I could pass some GCC extra compilation flags when building Xen (i.e. make dist-xen)? I tried: * when running make: passing EXTRA_CFLAGS * when running make: passing CFLAGS (this "works" but overrides the rest of the CFLAGS) * when running ./configure: