summaryrefslogtreecommitdiffstats
path: root/benchmarks
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-10-19 08:28:57 +0000
committerkris <kris@FreeBSD.org>2003-10-19 08:28:57 +0000
commit7c385e1b796a533c7f66235d6a658324e25a36c8 (patch)
tree4c29405765e6bb2573996537883e82fbae3888ef /benchmarks
parent97ded1dd1251411a5c7fdaf5f4d7a14f903beb00 (diff)
downloadFreeBSD-ports-7c385e1b796a533c7f66235d6a658324e25a36c8.zip
FreeBSD-ports-7c385e1b796a533c7f66235d6a658324e25a36c8.tar.gz
Respect CC and CFLAGS
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 0000000..8c65dfb
--- /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
OpenPOWER on IntegriCloud