[llvm-commits] CVS: llvm/test/Programs/SingleSource/Benchmarks/Shootout-C++/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Wed Dec 10 14:30:02 PST 2003
Changes in directory llvm/test/Programs/SingleSource/Benchmarks/Shootout-C++:
Makefile updated: 1.5 -> 1.6
---
Log message:
Eliminate the one test that uses threads, we aren't ready for it yet.
Also, don't link in the native libstdc++, as we aren't abi compatible with it,
and don't need it. We now pass all but one of the tests.
---
Diffs of the changes: (+1 -1)
Index: llvm/test/Programs/SingleSource/Benchmarks/Shootout-C++/Makefile
diff -u llvm/test/Programs/SingleSource/Benchmarks/Shootout-C++/Makefile:1.5 llvm/test/Programs/SingleSource/Benchmarks/Shootout-C++/Makefile:1.6
--- llvm/test/Programs/SingleSource/Benchmarks/Shootout-C++/Makefile:1.5 Wed Dec 10 09:31:43 2003
+++ llvm/test/Programs/SingleSource/Benchmarks/Shootout-C++/Makefile Wed Dec 10 14:29:07 2003
@@ -1,7 +1,7 @@
LEVEL = ../../../../..
CXXFLAGS += -Wno-deprecated
CPPFLAGS += -Wno-deprecated
-LDFLAGS += -lpthread -lstdc++
+LDFLAGS += -lm
LIBS += -lstdc++
include $(LEVEL)/test/Programs/SingleSource/Makefile.singlesrc
More information about the llvm-commits
mailing list