summaryrefslogtreecommitdiff
path: root/benchmarks/netperf/scripts/configure
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/netperf/scripts/configure')
-rw-r--r--benchmarks/netperf/scripts/configure17
1 files changed, 0 insertions, 17 deletions
diff --git a/benchmarks/netperf/scripts/configure b/benchmarks/netperf/scripts/configure
deleted file mode 100644
index 4609b504ec93..000000000000
--- a/benchmarks/netperf/scripts/configure
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-#
-#
-# If this is FreeBSD 2.2 or later, this will work. Older FreeBSD versions
-# will set CFLAGS to "". Life's a bitch.
-#
-CFLAGS=`make -V CFLAGS echo` || echo "*** Ignore this error"
-
-if [ X"$CFLAGS" = X ] ; then
- CFLAGS="-O2 -fno-strength-reduce"
-fi
-
-cd $WRKSRC
-echo "Setting CFLAGS to \"$CFLAGS\""
-sed -e "s/%CFLAGS%/${CFLAGS}/" makefile >makefile.new
-mv -f makefile makefile.orig2
-mv -f makefile.new makefile