summaryrefslogtreecommitdiff
path: root/benchmarks/sipp/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/sipp/files/patch-Makefile')
-rw-r--r--benchmarks/sipp/files/patch-Makefile25
1 files changed, 12 insertions, 13 deletions
diff --git a/benchmarks/sipp/files/patch-Makefile b/benchmarks/sipp/files/patch-Makefile
index 8c57e9d39f6b..ead280cbfc25 100644
--- a/benchmarks/sipp/files/patch-Makefile
+++ b/benchmarks/sipp/files/patch-Makefile
@@ -1,48 +1,47 @@
-
$FreeBSD$
---- Makefile.orig Fri Dec 23 15:49:38 2005
-+++ Makefile Fri Dec 23 15:51:24 2005
-@@ -64,7 +64,7 @@
- CC_tru64=cc
+--- Makefile.orig Tue Aug 29 11:03:34 2006
++++ Makefile Thu Sep 7 22:35:57 2006
+@@ -67,7 +67,7 @@
CC_SunOS=gcc
CC_Cygwin=cc
+ CC_Darwin=cc
-CC=$(CC_$(SYSTEM))
+CC?=$(CC_$(SYSTEM))
# C++ compiler mapping
CPP_hpux=aCC
-@@ -73,7 +73,7 @@
- CPP_tru64=cxx
+@@ -77,7 +77,7 @@
CPP_SunOS=g++
CPP_Cygwin=g++
+ CPP_Darwin=g++
-CPP=$(CPP_$(SYSTEM))
+CPP?=$(CPP_$(SYSTEM))
#Model specific flags
MFLAGS_ia64=+DD64
-@@ -94,7 +94,7 @@
- CFLAGS_tru64=-D__OSF1 -pthread
+@@ -99,7 +99,7 @@
CFLAGS_SunOS=-g
CFLAGS_Cygwin=-D__CYGWIN -Dsocklen_t=int
+ CFLAGS_Darwin=-D__DARWIN
-CFLAGS=$(CFLAGS_$(SYSTEM)) -D__3PCC__ $(TLS) $(PCAPPLAY)
+CFLAGS+=$(CFLAGS_$(SYSTEM)) -D__3PCC__ $(TLS) $(PCAPPLAY)
#C++ Compiler Flags
CPPFLAGS_hpux=-AA -mt -D__HPUX +W829
-@@ -103,7 +103,7 @@
- CPPFLAGS_tru64=-D__OSF1 -pthread
+@@ -109,7 +109,7 @@
CPPFLAGS_SunOS=-g
CPPFLAGS_Cygwin=-D__CYGWIN -Dsocklen_t=int
+ CPPFLAGS_Darwin=-D__DARWIN
-CPPFLAGS=$(CPPFLAGS_$(SYSTEM)) -D__3PCC__ $(TLS) $(PCAPPLAY)
+CPPFLAGS+=$(CPPFLAGS_$(SYSTEM)) -D__3PCC__ $(TLS) $(PCAPPLAY)
#Linker mapping
CCLINK_hpux=aCC
-@@ -112,7 +112,7 @@
- CCLINK_tru64=cxx
+@@ -119,7 +119,7 @@
CCLINK_SunOS=gcc
CCLINK_Cygwin=g++
+ CCLINK_Darwin=g++
-CCLINK=$(CCLINK_$(SYSTEM))
+CCLINK?=$(CCLINK_$(SYSTEM))