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

Brian Gaeke gaeke at cs.uiuc.edu
Tue Nov 23 11:22:41 PST 2004



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

Makefile updated: 1.11 -> 1.12
---
Log message:

Make Shootout-C++/echo work on Solaris.


---
Diffs of the changes:  (+4 -0)

Index: llvm-test/SingleSource/Benchmarks/Shootout-C++/Makefile
diff -u llvm-test/SingleSource/Benchmarks/Shootout-C++/Makefile:1.11 llvm-test/SingleSource/Benchmarks/Shootout-C++/Makefile:1.12
--- llvm-test/SingleSource/Benchmarks/Shootout-C++/Makefile:1.11	Wed Sep  1 09:33:26 2004
+++ llvm-test/SingleSource/Benchmarks/Shootout-C++/Makefile	Tue Nov 23 13:22:25 2004
@@ -7,3 +7,7 @@
 FP_TOLERANCE = 0.00000001
 
 include $(LEVEL)/SingleSource/Makefile.singlesrc
+
+ifeq ($(OS),SunOS)
+LDFLAGS += -lsocket -lnsl
+endif






More information about the llvm-commits mailing list