[llvm-commits] CVS: llvm/test/Programs/SingleSource/Benchmarks/Shootout-C++/Makefile
John Criswell
criswell at cs.uiuc.edu
Mon Dec 8 15:39:01 PST 2003
Changes in directory llvm/test/Programs/SingleSource/Benchmarks/Shootout-C++:
Makefile updated: 1.2 -> 1.3
---
Log message:
Adding libpthread seems to get a few more tests working.
---
Diffs of the changes: (+1 -0)
Index: llvm/test/Programs/SingleSource/Benchmarks/Shootout-C++/Makefile
diff -u llvm/test/Programs/SingleSource/Benchmarks/Shootout-C++/Makefile:1.2 llvm/test/Programs/SingleSource/Benchmarks/Shootout-C++/Makefile:1.3
--- llvm/test/Programs/SingleSource/Benchmarks/Shootout-C++/Makefile:1.2 Mon Dec 8 14:27:58 2003
+++ llvm/test/Programs/SingleSource/Benchmarks/Shootout-C++/Makefile Mon Dec 8 15:38:13 2003
@@ -1,4 +1,5 @@
LEVEL = ../../../../..
+LDFLAGS += -lm -lpthread
LIBS += -lc -lstdc++
include $(LEVEL)/test/Programs/SingleSource/Makefile.singlesrc
More information about the llvm-commits
mailing list