[llvm-commits] CVS: llvm/Makefile.rules
Chris Lattner
lattner at cs.uiuc.edu
Thu Jun 1 17:27:54 PDT 2006
Changes in directory llvm:
Makefile.rules updated: 1.377 -> 1.378
---
Log message:
Remove obsolete CORE_IS_ARCHIVE stuff.
---
Diffs of the changes: (+0 -8)
Makefile.rules | 8 --------
1 files changed, 8 deletions(-)
Index: llvm/Makefile.rules
diff -u llvm/Makefile.rules:1.377 llvm/Makefile.rules:1.378
--- llvm/Makefile.rules:1.377 Thu Jun 1 14:03:21 2006
+++ llvm/Makefile.rules Thu Jun 1 19:27:42 2006
@@ -643,14 +643,6 @@
# (defined by the user's project) and "LLVM" libs (defined
# by the # LLVM project).
#---------------------------------------------------------
-# Some versions of gcc on Alpha produce too many symbols, so use a .a file
-ifeq ($(ARCH),Alpha)
-USEDLIBS := $(subst LLVMCore, LLVMCore.a, $(USEDLIBS))
-LLVMLIBS := $(subst LLVMCore, LLVMCore.a, $(LLVMLIBS))
-CORE_IS_ARCHIVE := 1
-else
-CORE_IS_ARCHIVE := 0
-endif
ProjLibsOptions := $(patsubst %.a.o, -l%, $(addsuffix .o, $(USEDLIBS)))
ProjLibsOptions := $(patsubst %.o, $(LibDir)/%.o, $(ProjLibsOptions))
More information about the llvm-commits
mailing list