[llvm-commits] [llvm] r101007 - /llvm/trunk/Makefile.config.in
Anton Korobeynikov
anton at korobeynikov.info
Thu Apr 15 12:47:15 PDT 2010
> whether we enable dylibs or not depends on the host, not the target.
>
> Modified:
> llvm/trunk/Makefile.config.in
>
> Modified: llvm/trunk/Makefile.config.in
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/Makefile.config.in?rev=101007&r1=101006&r2=101007&view=diff
> ==============================================================================
> --- llvm/trunk/Makefile.config.in (original)
> +++ llvm/trunk/Makefile.config.in Sun Apr 11 21:21:38 2010
> @@ -323,7 +323,7 @@
>
> # TARGET_HAS_DYNAMIC_LIBS - This is set if the target supports dynamic linking
> # .dylib or .so files.
> -ifeq ($(TARGET_OS), $(filter $(TARGET_OS), Cygwin MingW Minix))
> +ifeq ($(HOST_OS), $(filter $(HOST_OS), Cygwin MingW Minix))
> TARGET_HAS_DYNAMIC_LIBS := 1
> endif
It doesn't seem to help the buildbot... I'll revert these commits for now.
--
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University
More information about the llvm-commits
mailing list