aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2003-12-11 21:21:08 +0000
committerJohn Criswell <criswell@uiuc.edu>2003-12-11 21:21:08 +0000
commit7cf06aa90a342286b2fe845f832b6b81425bde2c (patch)
tree4e7cbc424c7a5bdc7e30e171ba3ab73740da6c94
parent02387b7732ece5399f869987ff31d8e0917aef7f (diff)
Added libsocket because the except program seems to want it on Sparc.
I'll have to dig into that sometime. git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@10405 91177308-0d34-0410-b5e6-96231b3b80d8
-rwxr-xr-xSingleSource/Benchmarks/Shootout-C++/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/SingleSource/Benchmarks/Shootout-C++/Makefile b/SingleSource/Benchmarks/Shootout-C++/Makefile
index f338ce61..068a71a1 100755
--- a/SingleSource/Benchmarks/Shootout-C++/Makefile
+++ b/SingleSource/Benchmarks/Shootout-C++/Makefile
@@ -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