[llvm-commits] 	CVS: llvm-test/SingleSource/Benchmarks/Shootout-C++/Makefile
    Brian Gaeke 
    gaeke at cs.uiuc.edu
       
    Tue Nov 23 12:15:53 PST 2004
    
    
  
Changes in directory llvm-test/SingleSource/Benchmarks/Shootout-C++:
Makefile updated: 1.12 -> 1.13
---
Log message:
-lsocket -lnsl are no longer necessary now that echo.cpp is gone.
---
Diffs of the changes:  (+0 -4)
Index: llvm-test/SingleSource/Benchmarks/Shootout-C++/Makefile
diff -u llvm-test/SingleSource/Benchmarks/Shootout-C++/Makefile:1.12 llvm-test/SingleSource/Benchmarks/Shootout-C++/Makefile:1.13
--- llvm-test/SingleSource/Benchmarks/Shootout-C++/Makefile:1.12	Tue Nov 23 13:22:25 2004
+++ llvm-test/SingleSource/Benchmarks/Shootout-C++/Makefile	Tue Nov 23 14:15:39 2004
@@ -7,7 +7,3 @@
 FP_TOLERANCE = 0.00000001
 
 include $(LEVEL)/SingleSource/Makefile.singlesrc
-
-ifeq ($(OS),SunOS)
-LDFLAGS += -lsocket -lnsl
-endif
    
    
More information about the llvm-commits
mailing list