On Fri, May 17, 2013 at 2:31 PM, Jose Fonseca wrote:
>
>
> - Original Message -
>> On Fri, May 17, 2013 at 7:44 AM, Jose Fonseca wrote:
>> > Vinson,
>> >
>> > Why is this necessary?
>> >
>> > (I'd prefer that LLVM is statically linked by default. )
>> >
>> > Jose
>>
>> The SCons build fai
- Original Message -
> On Fri, May 17, 2013 at 7:44 AM, Jose Fonseca wrote:
> > Vinson,
> >
> > Why is this necessary?
> >
> > (I'd prefer that LLVM is statically linked by default. )
> >
> > Jose
>
> The SCons build fails on systems that only provide a LLVM shared
> library. 'llvm-conf
On Fri, May 17, 2013 at 7:44 AM, Jose Fonseca wrote:
> Vinson,
>
> Why is this necessary?
>
> (I'd prefer that LLVM is statically linked by default. )
>
> Jose
The SCons build fails on systems that only provide a LLVM shared
library. 'llvm-config --libs' always enumerates the libraries instead
of
Vinson,
Why is this necessary?
(I'd prefer that LLVM is statically linked by default. )
Jose
- Original Message -
> This patch fixes SCons builds on Fedora 18.
>
> Signed-off-by: Vinson Lee
> ---
> scons/llvm.py | 10 +-
> 1 file changed, 9 insertions(+), 1 deletion(-)
>
> d
This patch fixes SCons builds on Fedora 18.
Signed-off-by: Vinson Lee
---
scons/llvm.py | 10 +-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/scons/llvm.py b/scons/llvm.py
index 7cd609c..432ece6 100644
--- a/scons/llvm.py
+++ b/scons/llvm.py
@@ -198,7 +198,15 @@ def gener