On Wed, Apr 25, 2012 at 8:09 AM, Chris Lattner <[email protected]> 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
> [email protected]
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>

Hi Chris,

Do you think this should be merged in 3.1 ?

-- Matthieu
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to