Changes in directory llvm/projects/Stacker/test:

Makefile updated: 1.10 -> 1.11
---
Log message:

Update for llvm-gcc4 build.


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

 Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/projects/Stacker/test/Makefile
diff -u llvm/projects/Stacker/test/Makefile:1.10 
llvm/projects/Stacker/test/Makefile:1.11
--- llvm/projects/Stacker/test/Makefile:1.10    Mon Feb 14 10:04:28 2005
+++ llvm/projects/Stacker/test/Makefile Wed Dec 13 02:03:25 2006
@@ -42,7 +42,7 @@
 
 % : %.st Makefile testing.bc
        $(Echo) "Building $*" 
-       $(Verb)$(LLVMC) -O4 -o $@ $< testing.bc $(LibDir)/stkr_runtime.bc 
-lcrtend
+       $(Verb)$(LLVMC) -O4 -o $@ $< testing.bc -L$(LibDir)
 
 testing.bc : testing.st Makefile
        $(Echo) "Compiling $*"



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to