Re: [Mesa-dev] [PATCH] targets/opencl: Fix (static) linking with LLVM (v2)

2014-05-20 Thread Emil Velikov
On 19/05/14 16:02, Kai Wasserbäch wrote: > Without this, I get linking failures (static linking). > > The static linking is sort of required for me, because otherwise Steam and > applications using the Steam runtime regularily fail because my LLVM was > compiled and linked against a newer libgcc_s

[Mesa-dev] [PATCH] targets/opencl: Fix (static) linking with LLVM (v2)

2014-05-19 Thread Kai Wasserbäch
Without this, I get linking failures (static linking). The static linking is sort of required for me, because otherwise Steam and applications using the Steam runtime regularily fail because my LLVM was compiled and linked against a newer libgcc_s, libstdc++, etc. and uses features from those newe