Re: [Qemu-devel] [PATCH] configure: allow user to override cflags.

2011-02-07 Thread Tristan Gingold
On Feb 7, 2011, at 4:08 PM, Markus Armbruster wrote: > Anthony Liguori writes: > >> On 02/07/2011 08:05 AM, Tristan Gingold wrote: >>> In order to allow user to override cflags, predefined flags must be inserted >>> before user cflags. >>> >>> Signed-off-by: Tristan Gingold >>> >> >> I think

[Qemu-devel] [PATCH] configure: allow user to override cflags.

2011-02-07 Thread Tristan Gingold
In order to allow user to override cflags, predefined flags must be inserted before user cflags. Signed-off-by: Tristan Gingold --- configure |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 598e8e1..f18ed0d 100755 --- a/configure +++ b/co

Re: [Qemu-devel] [PATCH] configure: allow user to override cflags.

2011-02-07 Thread Anthony Liguori
On 02/07/2011 08:05 AM, Tristan Gingold wrote: In order to allow user to override cflags, predefined flags must be inserted before user cflags. Signed-off-by: Tristan Gingold I think there's a very specific reason we do it this way but I cannot remember at the moment. Regards, Anthony

Re: [Qemu-devel] [PATCH] configure: allow user to override cflags.

2011-02-07 Thread Markus Armbruster
Anthony Liguori writes: > On 02/07/2011 08:05 AM, Tristan Gingold wrote: >> In order to allow user to override cflags, predefined flags must be inserted >> before user cflags. >> >> Signed-off-by: Tristan Gingold >> > > I think there's a very specific reason we do it this way but I cannot > r