[llvm-commits] [llvm] r79512 - in /llvm/trunk/runtime: Makefile libprofile/Makefile

Daniel Dunbar daniel at zuster.org
Wed Aug 19 22:02:42 PDT 2009


Author: ddunbar
Date: Thu Aug 20 00:02:41 2009
New Revision: 79512

URL: http://llvm.org/viewvc/llvm-project?rev=79512&view=rev
Log:
Remove cruft for installing runtime/ libraries directly into the LLVMGCCDIR;
that is totally bogus.

Modified:
    llvm/trunk/runtime/Makefile
    llvm/trunk/runtime/libprofile/Makefile

Modified: llvm/trunk/runtime/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/runtime/Makefile?rev=79512&r1=79511&r2=79512&view=diff

==============================================================================
--- llvm/trunk/runtime/Makefile (original)
+++ llvm/trunk/runtime/Makefile Thu Aug 20 00:02:41 2009
@@ -10,16 +10,7 @@
 LEVEL = ..
 include $(LEVEL)/Makefile.config
 
-ifneq ($(wildcard $(LLVMGCC)),)
 PARALLEL_DIRS  := libprofile
-else
-PARALLEL_DIRS  := 
-install all ::
-	@echo '********' Warning: Your LLVMGCCDIR is set incorrectly.  Check 
-	@echo '********' Warning: llvm/Makefile.config to make sure it matches
-	@echo '********' Warning: the directory where the C front-end is
-	@echo '********' Warning: installed,and re-run configure if it does not.
-endif
 
 # Disable libprofile: a faulty libtool is generated by autoconf which breaks the
 # build on Sparc
@@ -29,7 +20,5 @@
 
 include $(LEVEL)/Makefile.common
 
-# Install target for libraries: Copy into $LLVMGCCDIR/bytecode-libs
-#
 install::
 

Modified: llvm/trunk/runtime/libprofile/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/runtime/libprofile/Makefile?rev=79512&r1=79511&r2=79512&view=diff

==============================================================================
--- llvm/trunk/runtime/libprofile/Makefile (original)
+++ llvm/trunk/runtime/libprofile/Makefile Thu Aug 20 00:02:41 2009
@@ -14,6 +14,5 @@
 LIBRARYNAME = profile_rt
 EXTRA_DIST = exported_symbols.lst
 EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/exported_symbols.lst
-BYTECODE_DESTINATION = $(CFERuntimeLibDir)
 
 include $(LEVEL)/Makefile.common





More information about the llvm-commits mailing list