[llvm-commits] CVS: llvm-test/SingleSource/Benchmarks/Misc/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Tue Oct 5 09:57:32 PDT 2004
Changes in directory llvm-test/SingleSource/Benchmarks/Misc:
Makefile updated: 1.3 -> 1.4
---
Log message:
add libstdc++
---
Diffs of the changes: (+2 -1)
Index: llvm-test/SingleSource/Benchmarks/Misc/Makefile
diff -u llvm-test/SingleSource/Benchmarks/Misc/Makefile:1.3 llvm-test/SingleSource/Benchmarks/Misc/Makefile:1.4
--- llvm-test/SingleSource/Benchmarks/Misc/Makefile:1.3 Wed Sep 1 09:33:26 2004
+++ llvm-test/SingleSource/Benchmarks/Misc/Makefile Tue Oct 5 11:57:21 2004
@@ -1,5 +1,6 @@
LEVEL = ../../..
-LDFLAGS += -lm
+LDFLAGS += -lm -lstdc++
+LIBS = -lstdc++
FP_TOLERANCE := 0.001
include $(LEVEL)/SingleSource/Makefile.singlesrc
More information about the llvm-commits
mailing list