[llvm-commits] CVS: llvm/projects/Stacker/test/Makefile
Reid Spencer
reid at x10sys.com
Wed Dec 13 00:03:40 PST 2006
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 $*"
More information about the llvm-commits
mailing list