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
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
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
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