[llvm-commits] CVS: llvm/lib/VMCore/Makefile
Reid Spencer
reid at x10sys.com
Wed May 31 18:31:06 PDT 2006
Changes in directory llvm/lib/VMCore:
Makefile updated: 1.15 -> 1.16
---
Log message:
Use archive libraries instead of object files for VMCore, BCReader,
BCWriter, and bzip2 libraries. Adjust the various makefiles to accommodate
these changes. This was done to speed up link times.
---
Diffs of the changes: (+1 -5)
Makefile | 6 +-----
1 files changed, 1 insertion(+), 5 deletions(-)
Index: llvm/lib/VMCore/Makefile
diff -u llvm/lib/VMCore/Makefile:1.15 llvm/lib/VMCore/Makefile:1.16
--- llvm/lib/VMCore/Makefile:1.15 Fri Apr 14 01:32:31 2006
+++ llvm/lib/VMCore/Makefile Wed May 31 20:30:26 2006
@@ -8,14 +8,10 @@
##===----------------------------------------------------------------------===##
LEVEL = ../..
LIBRARYNAME = LLVMCore
+BUILD_ARCHIVE = 1
BUILT_SOURCES = $(PROJ_SRC_ROOT)/include/llvm/Intrinsics.gen
-include $(LEVEL)/Makefile.config
-ifeq ($(ARCH),Alpha)
-BUILD_ARCHIVE = 1
-endif
-
include $(LEVEL)/Makefile.common
GENFILE:=$(PROJ_SRC_ROOT)/include/llvm/Intrinsics.gen
More information about the llvm-commits
mailing list