Re: [Mesa-dev] [PATCH] scons: Fix Haiku binary compatibility

2012-06-11 Thread Alexander von Gluck
On 11.06.2012 14:32, Alexander von Gluck wrote: On 11.06.2012 14:04, Jose Fonseca wrote: - Original Message - From 44fa55d3f49884c824306504943ca2a1382601f0 Mon Sep 17 00:00:00 2001 * Our binary compatibility is targeted to Pentimum or higher, these changes ensure we keep proper optim

Re: [Mesa-dev] [PATCH] scons: Fix Haiku binary compatibility

2012-06-11 Thread Alexander von Gluck
On 11.06.2012 14:04, Jose Fonseca wrote: - Original Message - From 44fa55d3f49884c824306504943ca2a1382601f0 Mon Sep 17 00:00:00 2001 * Our binary compatibility is targeted to Pentimum or higher, these changes ensure we keep proper optimizations * Fixes strange if statement '! window

Re: [Mesa-dev] [PATCH] scons: Fix Haiku binary compatibility

2012-06-11 Thread Jose Fonseca
- Original Message - > From 44fa55d3f49884c824306504943ca2a1382601f0 Mon Sep 17 00:00:00 > 2001 > > * Our binary compatibility is targeted to Pentimum or higher, > these changes ensure we keep proper optimizations > * Fixes strange if statement > '! windows or debug or True' > --- >

Re: [Mesa-dev] [PATCH] scons: Fix Haiku binary compatibility

2012-06-11 Thread Jakob Bornecrantz
On Thu, Jun 7, 2012 at 5:20 PM, Alexander von Gluck IV wrote: > From 44fa55d3f49884c824306504943ca2a1382601f0 Mon Sep 17 00:00:00 2001 > > * Our binary compatibility is targeted to Pentimum or higher, >  these changes ensure we keep proper optimizations > * Fixes strange if statement >  '! windows

[Mesa-dev] [PATCH] scons: Fix Haiku binary compatibility

2012-06-07 Thread Alexander von Gluck IV
>From 44fa55d3f49884c824306504943ca2a1382601f0 Mon Sep 17 00:00:00 2001 * Our binary compatibility is targeted to Pentimum or higher, these changes ensure we keep proper optimizations * Fixes strange if statement '! windows or debug or True' --- scons/gallium.py |9 - 1 files chan

[Mesa-dev] [PATCH] scons: Fix Haiku binary compatibility

2012-06-07 Thread Alexander von Gluck IV
* Our binary compatibility is targeted to Pentimum or higher, these changes ensure we keep proper optimizations * Fixes strange if statement '! windows or debug or True' --- scons/gallium.py |9 - 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/scons/gallium.py b/sco