[cfe-commits] r155534 - /cfe/trunk/tools/libclang/Makefile

Chris Lattner sabre at nondot.org
Wed Apr 25 20:51:27 PDT 2012


Yep, Brad is on it.

On Apr 25, 2012, at 11:44 AM, Matthieu Monrocq wrote:

> 
> 
> On Wed, Apr 25, 2012 at 8:09 AM, Chris Lattner <sabre at nondot.org> wrote:
> Author: lattner
> Date: Wed Apr 25 01:09:30 2012
> New Revision: 155534
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=155534&view=rev
> Log:
> don't use soname on OpenBSD, it doesn't support it.  Patch by
> Brad Smith!
> 
> Modified:
>    cfe/trunk/tools/libclang/Makefile
> 
> Modified: cfe/trunk/tools/libclang/Makefile
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/libclang/Makefile?rev=155534&r1=155533&r2=155534&view=diff
> ==============================================================================
> --- cfe/trunk/tools/libclang/Makefile (original)
> +++ cfe/trunk/tools/libclang/Makefile Wed Apr 25 01:09:30 2012
> @@ -24,7 +24,7 @@
>  include $(CLANG_LEVEL)/Makefile
> 
>  # Add soname to the library.
> -ifeq ($(HOST_OS), $(filter $(HOST_OS), Linux FreeBSD OpenBSD GNU))
> +ifeq ($(HOST_OS), $(filter $(HOST_OS), Linux FreeBSD GNU))
>         LDFLAGS += -Wl,-soname,lib$(LIBRARYNAME)$(SHLIBEXT)
>  endif
> 
> 
> 
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
> 
> Hi Chris,
> 
> Do you think this should be merged in 3.1 ?
> 
> -- Matthieu

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120425/e4a68952/attachment.html>


More information about the cfe-commits mailing list