[llvm-commits] CVS: llvm/lib/VMCore/Makefile

Andrew Lenharth alenhar2 at cs.uiuc.edu
Fri Aug 12 22:10:02 PDT 2005



Changes in directory llvm/lib/VMCore:

Makefile updated: 1.4 -> 1.5
---
Log message:

Fix oversized GOT problem with gcc-4 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.4 llvm/lib/VMCore/Makefile:1.5
--- llvm/lib/VMCore/Makefile:1.4	Wed Oct 27 18:18:45 2004
+++ llvm/lib/VMCore/Makefile	Sat Aug 13 00:09:50 2005
@@ -9,5 +9,9 @@
 LEVEL = ../..
 LIBRARYNAME = LLVMCore
 
+ifeq ($(ARCH),Alpha)
+BUILD_ARCHIVE = 1
+endif
+
 include $(LEVEL)/Makefile.common
 






More information about the llvm-commits mailing list