Re: [Mesa-dev] [PATCH] Use IMP_LIB_EXT when checking for LLVM shared libraries

2015-09-10 Thread Emil Velikov
On 8 September 2015 at 16:19, Tom Stellard wrote: > On Mon, Sep 07, 2015 at 10:06:49AM +0100, Emil Velikov wrote: >> Hi Jon, >> >> On 4 September 2015 at 14:00, Jon TURNEY wrote: >> > When checking for LLVM shared libraries, use IMP_LIB_EXT for the extension >> > for >> > shared libraries approp

Re: [Mesa-dev] [PATCH] Use IMP_LIB_EXT when checking for LLVM shared libraries

2015-09-08 Thread Aaron Watry
On Mon, Sep 7, 2015 at 4:06 AM, Emil Velikov wrote: > Hi Jon, > > On 4 September 2015 at 14:00, Jon TURNEY > wrote: > > When checking for LLVM shared libraries, use IMP_LIB_EXT for the > extension for > > shared libraries appropriate to the target, rather than hardcoding '.so' > > > > Also add s

Re: [Mesa-dev] [PATCH] Use IMP_LIB_EXT when checking for LLVM shared libraries

2015-09-08 Thread Tom Stellard
On Mon, Sep 07, 2015 at 10:06:49AM +0100, Emil Velikov wrote: > Hi Jon, > > On 4 September 2015 at 14:00, Jon TURNEY wrote: > > When checking for LLVM shared libraries, use IMP_LIB_EXT for the extension > > for > > shared libraries appropriate to the target, rather than hardcoding '.so' > > > >

Re: [Mesa-dev] [PATCH] Use IMP_LIB_EXT when checking for LLVM shared libraries

2015-09-08 Thread Tom Stellard
On Fri, Sep 04, 2015 at 02:00:19PM +0100, Jon TURNEY wrote: > When checking for LLVM shared libraries, use IMP_LIB_EXT for the extension for > shared libraries appropriate to the target, rather than hardcoding '.so' > > Also add some comments to explain why we have this circus of pain. > > Signed

Re: [Mesa-dev] [PATCH] Use IMP_LIB_EXT when checking for LLVM shared libraries

2015-09-07 Thread Emil Velikov
Hi Jon, On 4 September 2015 at 14:00, Jon TURNEY wrote: > When checking for LLVM shared libraries, use IMP_LIB_EXT for the extension for > shared libraries appropriate to the target, rather than hardcoding '.so' > > Also add some comments to explain why we have this circus of pain. > > Signed-off

[Mesa-dev] [PATCH] Use IMP_LIB_EXT when checking for LLVM shared libraries

2015-09-04 Thread Jon TURNEY
When checking for LLVM shared libraries, use IMP_LIB_EXT for the extension for shared libraries appropriate to the target, rather than hardcoding '.so' Also add some comments to explain why we have this circus of pain. Signed-off-by: Jon TURNEY --- configure.ac | 33 +++-