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

Matthieu Monrocq matthieu.monrocq at gmail.com
Wed Apr 25 11:44:25 PDT 2012


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/42077999/attachment.html>


More information about the cfe-commits mailing list