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

Chris Lattner lattner at cs.uiuc.edu
Thu Dec 11 22:15:01 PST 2003


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

Makefile updated: 1.7 -> 1.8

---
Log message:

Linux doesn't have libsocket so this breaks everything.  This should either be conditionalized on solaris, or we should fix the bug causing libsocket to be pulled in.


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





More information about the llvm-commits mailing list