summaryrefslogtreecommitdiff
path: root/benchmarks/netpipe/files
diff options
context:
space:
mode:
authorJoseph Koshy <jkoshy@FreeBSD.org>2002-10-07 04:24:24 +0000
committerJoseph Koshy <jkoshy@FreeBSD.org>2002-10-07 04:24:24 +0000
commitf26fe11531bc5313dd2a9f3c05f4af7f6c19212f (patch)
tree5df63af136a051bfee4d080c64825a3c61cfda3d /benchmarks/netpipe/files
parentAdd a patch to include sys/types.h we need it on -current. (diff)
Upgrade to v3.2.
Notes
Notes: svn path=/head/; revision=67531
Diffstat (limited to 'benchmarks/netpipe/files')
-rw-r--r--benchmarks/netpipe/files/patch-aa25
1 files changed, 9 insertions, 16 deletions
diff --git a/benchmarks/netpipe/files/patch-aa b/benchmarks/netpipe/files/patch-aa
index 4a1c966ffaeb..9022b2517c26 100644
--- a/benchmarks/netpipe/files/patch-aa
+++ b/benchmarks/netpipe/files/patch-aa
@@ -1,20 +1,13 @@
---- Makefile.orig Sat Jan 22 14:47:22 2000
-+++ Makefile Sat Jan 22 14:47:33 2000
-@@ -4,7 +4,7 @@
+--- makefile-- Mon Oct 7 10:33:20 2002
++++ makefile Mon Oct 7 10:33:26 2002
+@@ -20,8 +20,8 @@
#
+ ########################################################################
- # Default C compiler: must be an ANSI C compiler
-CC = cc
+-CFLAGS = -O
+CC ?= cc
- # File names for the main source files
- DRIV_SRC = netpipe.c
- DRIV_OBJ = netpipe.o
-@@ -13,7 +13,7 @@
- TARGETS = NPtcp
- # If you have TCP, MPI and PVM
- #TARGETS = NPtcp NPmpi NPpvm
--CFLAGS = -O
-+CFLAGS ?= -O
- # Adjust these for MPI (only used if you have MPI)
- MPI_HOME = /home/mpich
- MPI_ARCH = IRIX
++CFLAGS ?= -O
+ SRC = ./src
+
+ # For MPI, mpicc will set up the proper include and library paths