[llvm-commits] CVS: llvm/test/Programs/SingleSource/Benchmarks/Shootout-C++/Makefile

John Criswell criswell at cs.uiuc.edu
Thu Dec 11 15:22:04 PST 2003


Changes in directory llvm/test/Programs/SingleSource/Benchmarks/Shootout-C++:

Makefile updated: 1.6 -> 1.7

---
Log message:

Added libsocket because the except program seems to want it on Sparc.
I'll have to dig into that sometime.



---
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.6 llvm/test/Programs/SingleSource/Benchmarks/Shootout-C++/Makefile:1.7
--- llvm/test/Programs/SingleSource/Benchmarks/Shootout-C++/Makefile:1.6	Wed Dec 10 14:29:07 2003
+++ llvm/test/Programs/SingleSource/Benchmarks/Shootout-C++/Makefile	Thu Dec 11 15:21:08 2003
@@ -1,7 +1,7 @@
 LEVEL = ../../../../..
 CXXFLAGS += -Wno-deprecated
 CPPFLAGS += -Wno-deprecated
-LDFLAGS += -lm
+LDFLAGS += -lm -lsocket
 LIBS += -lstdc++
 
 include $(LEVEL)/test/Programs/SingleSource/Makefile.singlesrc





More information about the llvm-commits mailing list