From f26fe11531bc5313dd2a9f3c05f4af7f6c19212f Mon Sep 17 00:00:00 2001 From: Joseph Koshy Date: Mon, 7 Oct 2002 04:24:24 +0000 Subject: Upgrade to v3.2. --- benchmarks/netpipe/files/patch-aa | 25 +++++++++---------------- 1 file changed, 9 insertions(+), 16 deletions(-) (limited to 'benchmarks/netpipe/files/patch-aa') 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 -- cgit v1.2.3