[prev in list] [next in list] [prev in thread] [next in thread] 

List:       llvm-commits
Subject:    [llvm-commits] CVS: llvm/test/Programs/Makefile.programs
From:       Chris Lattner <lattner () cs ! uiuc ! edu>
Date:       2003-11-29 4:12:08
Message-ID: 200311291011.EAA27481 () zion ! cs ! uiuc ! edu
[Download RAW message or body]


Changes in directory llvm/test/Programs:

Makefile.programs updated: 1.100 -> 1.101

---
Log message:

crtend.o is no longer.  Long live crtend.a!


---
Diffs of the changes:  (+2 -2)

Index: llvm/test/Programs/Makefile.programs
diff -u llvm/test/Programs/Makefile.programs:1.100 llvm/test/Programs/Makefile.programs:1.101
--- llvm/test/Programs/Makefile.programs:1.100	Fri Oct 24 14:59:56 2003
+++ llvm/test/Programs/Makefile.programs	Sat Nov 29 04:10:57 2003
@@ -194,7 +194,7 @@
 
 $(PROGRAMS_TO_TEST:%=Output/%.llvm.bc): \
 Output/%.llvm.bc: Output/%.linked.bc $(LGCCLDPROG)
-	$(LGCCLD) -disable-inlining $(STATS) $< -lc $(LIBS) crtend.o -o Output/$*.llvm
+	$(LGCCLD) -disable-inlining $(STATS) $< -lc $(LIBS) crtend.a -o Output/$*.llvm
 ifneq ($(OPTPASSES),)
 	$(LOPT) -q $(OPTPASSES) < $@ > $@.tmp
 	$(MV) -f $@.tmp $@
@@ -202,7 +202,7 @@
 
 $(PROGRAMS_TO_TEST:%=Output/%.llvm): \
 Output/%.llvm: Output/%.linked.bc $(LGCCLDPROG)
-	$(LGCCLD) -disable-inlining $(STATS) $< -lc $(LIBS) crtend.o -o Output/$*.llvm
+	$(LGCCLD) -disable-inlining $(STATS) $< -lc $(LIBS) crtend.a -o Output/$*.llvm
 ifneq ($(OPTPASSES),)
 	$(LOPT) -q $(OPTPASSES) < $@ > $@.tmp
 	$(MV) -f $@.tmp $@



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic