[llvm-commits] CVS: llvm-test/SingleSource/Benchmarks/Misc/Makefile bigfib.cpp
Chris Lattner
lattner at cs.uiuc.edu
Tue Oct 5 09:59:20 PDT 2004
Changes in directory llvm-test/SingleSource/Benchmarks/Misc:
Makefile updated: 1.4 -> 1.5
bigfib.cpp (r1.1) removed
---
Log message:
Move C++ test to Misc-C++
---
Diffs of the changes: (+1 -2)
Index: llvm-test/SingleSource/Benchmarks/Misc/Makefile
diff -u llvm-test/SingleSource/Benchmarks/Misc/Makefile:1.4 llvm-test/SingleSource/Benchmarks/Misc/Makefile:1.5
--- llvm-test/SingleSource/Benchmarks/Misc/Makefile:1.4 Tue Oct 5 11:57:21 2004
+++ llvm-test/SingleSource/Benchmarks/Misc/Makefile Tue Oct 5 11:59:09 2004
@@ -1,6 +1,5 @@
LEVEL = ../../..
-LDFLAGS += -lm -lstdc++
-LIBS = -lstdc++
+LDFLAGS += -lm
FP_TOLERANCE := 0.001
include $(LEVEL)/SingleSource/Makefile.singlesrc
More information about the llvm-commits
mailing list