[llvm-commits] CVS: llvm/test/Programs/SingleSource/Benchmarks/Shootout-C++/Makefile
John Criswell
criswell at cs.uiuc.edu
Mon Dec 8 14:29:02 PST 2003
Changes in directory llvm/test/Programs/SingleSource/Benchmarks/Shootout-C++:
Makefile updated: 1.1 -> 1.2
---
Log message:
Add the C++ libraries needed to link most of the Shootout C++ programs.
---
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.1 llvm/test/Programs/SingleSource/Benchmarks/Shootout-C++/Makefile:1.2
--- llvm/test/Programs/SingleSource/Benchmarks/Shootout-C++/Makefile:1.1 Mon Oct 6 20:11:44 2003
+++ llvm/test/Programs/SingleSource/Benchmarks/Shootout-C++/Makefile Mon Dec 8 14:27:58 2003
@@ -1,4 +1,4 @@
LEVEL = ../../../../..
-LDFLAGS += -lm
+LIBS += -lc -lstdc++
include $(LEVEL)/test/Programs/SingleSource/Makefile.singlesrc
More information about the llvm-commits
mailing list