[llvm-commits] CVS: llvm/lib/VMCore/Makefile
Andrew Lenharth
alenhar2 at cs.uiuc.edu
Sun Aug 14 08:14:52 PDT 2005
Changes in directory llvm/lib/VMCore:
Makefile updated: 1.6 -> 1.7
---
Log message:
only build .a on alpha
---
Diffs of the changes: (+4 -0)
Makefile | 4 ++++
1 files changed, 4 insertions(+)
Index: llvm/lib/VMCore/Makefile
diff -u llvm/lib/VMCore/Makefile:1.6 llvm/lib/VMCore/Makefile:1.7
--- llvm/lib/VMCore/Makefile:1.6 Sat Aug 13 09:58:23 2005
+++ llvm/lib/VMCore/Makefile Sun Aug 14 10:14:34 2005
@@ -8,7 +8,11 @@
##===----------------------------------------------------------------------===##
LEVEL = ../..
LIBRARYNAME = LLVMCore
+
+include $(LEVEL)/Makefile.config
+ifeq ($(ARCH),Alpha)
BUILD_ARCHIVE = 1
+endif
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list