[llvm-commits] CVS: llvm-test/SingleSource/Benchmarks/Shootout-C++/Makefile

Chris Lattner lattner at cs.uiuc.edu
Wed Mar 8 10:02:11 PST 2006



Changes in directory llvm-test/SingleSource/Benchmarks/Shootout-C++:

Makefile updated: 1.13 -> 1.14
---
Log message:

let these programs work with the new CFE


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

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


Index: llvm-test/SingleSource/Benchmarks/Shootout-C++/Makefile
diff -u llvm-test/SingleSource/Benchmarks/Shootout-C++/Makefile:1.13 llvm-test/SingleSource/Benchmarks/Shootout-C++/Makefile:1.14
--- llvm-test/SingleSource/Benchmarks/Shootout-C++/Makefile:1.13	Tue Nov 23 14:15:39 2004
+++ llvm-test/SingleSource/Benchmarks/Shootout-C++/Makefile	Wed Mar  8 12:01:47 2006
@@ -1,7 +1,7 @@
 LEVEL = ../../..
 CXXFLAGS += -Wno-deprecated
 CPPFLAGS += -Wno-deprecated
-LDFLAGS += -lm
+LDFLAGS += -lm -lstdc++
 LIBS += -lstdc++
 REQUIRES_EH_SUPPORT=1
 FP_TOLERANCE = 0.00000001






More information about the llvm-commits mailing list