diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-10-19 08:28:57 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-10-19 08:28:57 +0000 |
commit | 39e928004ea2b7696ade100432f4ca2655fdde04 (patch) | |
tree | fa2da2def440fb62c1d41069a07ab89cff3c720d /benchmarks | |
parent | 85d2c34719451d1f33337b8f6367e9ae4d56836d (diff) | |
download | ports-39e928004ea2b7696ade100432f4ca2655fdde04.tar.gz ports-39e928004ea2b7696ade100432f4ca2655fdde04.zip |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/netpipe/files/patch-makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/benchmarks/netpipe/files/patch-makefile b/benchmarks/netpipe/files/patch-makefile new file mode 100644 index 000000000000..8c65dfb35255 --- /dev/null +++ b/benchmarks/netpipe/files/patch-makefile @@ -0,0 +1,13 @@ +--- makefile.orig Sun Oct 19 01:20:44 2003 ++++ makefile Sun Oct 19 01:20:53 2003 +@@ -20,8 +20,8 @@ + # + ######################################################################## + +-CC = cc +-CFLAGS = -O ++CC ?= cc ++CFLAGS ?= -O -pipe + SRC = ./src + + # For MPI, mpicc will set up the proper include and library paths |