summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-10-19 08:28:57 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-10-19 08:28:57 +0000
commit39e928004ea2b7696ade100432f4ca2655fdde04 (patch)
treefa2da2def440fb62c1d41069a07ab89cff3c720d /benchmarks
parentFully respect CC and CFLAGS (diff)
Respect CC and CFLAGS
Notes
Notes: svn path=/head/; revision=91627
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/netpipe/files/patch-makefile13
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