[llvm-branch-commits] [llvm-gcc-branch] r111953 - /llvm-gcc-4.2/branches/Apple/Morbo/GNUmakefile

Bill Wendling isanbard at gmail.com
Tue Aug 24 13:12:08 PDT 2010


Author: void
Date: Tue Aug 24 15:12:07 2010
New Revision: 111953

URL: http://llvm.org/viewvc/llvm-project?rev=111953&view=rev
Log:
Disable installing libLTO.dylib in Morbo branch.

Modified:
    llvm-gcc-4.2/branches/Apple/Morbo/GNUmakefile

Modified: llvm-gcc-4.2/branches/Apple/Morbo/GNUmakefile
URL: http://llvm.org/viewvc/llvm-project/llvm-gcc-4.2/branches/Apple/Morbo/GNUmakefile?rev=111953&r1=111952&r2=111953&view=diff
==============================================================================
--- llvm-gcc-4.2/branches/Apple/Morbo/GNUmakefile (original)
+++ llvm-gcc-4.2/branches/Apple/Morbo/GNUmakefile Tue Aug 24 15:12:07 2010
@@ -90,7 +90,7 @@
 	        SYMROOT=$(OBJROOT)/sym-llvmCore \
 	        DSTROOT=$(OBJROOT)/dst-llvmCore llvmCore
 	$(MAKE) LLVMCORE_PATH=$(OBJROOT)/dst-llvmCore/Developer/usr/local \
-	        INSTALL_LIBLTO=yes llvmgcc42
+	        INSTALL_LIBLTO=no llvmgcc42
 
 llvmCore: $(OBJROOT) $(SYMROOT) $(DSTROOT)
 	if [ ! -d $(SRC)/llvmCore ]; then \





More information about the llvm-branch-commits mailing list