[llvm-commits] CVS: llvm-test/SingleSource/Benchmarks/CoyoteBench/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Tue Mar 7 14:14:11 PST 2006
Changes in directory llvm-test/SingleSource/Benchmarks/CoyoteBench:
Makefile updated: 1.1 -> 1.2
---
Log message:
link with libstdc++ to let fftbench work with the new frontend
---
Diffs of the changes: (+1 -1)
Makefile | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-test/SingleSource/Benchmarks/CoyoteBench/Makefile
diff -u llvm-test/SingleSource/Benchmarks/CoyoteBench/Makefile:1.1 llvm-test/SingleSource/Benchmarks/CoyoteBench/Makefile:1.2
--- llvm-test/SingleSource/Benchmarks/CoyoteBench/Makefile:1.1 Sat Mar 4 16:35:18 2006
+++ llvm-test/SingleSource/Benchmarks/CoyoteBench/Makefile Tue Mar 7 16:13:57 2006
@@ -1,5 +1,5 @@
LEVEL = ../../..
-LDFLAGS += -lm
+LDFLAGS += -lm -lstdc++
include $(LEVEL)/SingleSource/Makefile.singlesrc
More information about the llvm-commits
mailing list