diff options
author | Stefan Eßer <se@FreeBSD.org> | 2005-01-08 22:10:44 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2005-01-08 22:10:44 +0000 |
commit | 9a369a50d0657fe3491a4a2fe7261c6e12fbda3c (patch) | |
tree | c2b1bd17c207d9ee68a3ca714bc1d287a0f030c9 /benchmarks/unixbench/files/patch-Makefile | |
parent | - Add options to build with curl (off by default) (diff) |
Update bytebench-3.1 to unixbench-4.1.0, based on patches submitted
by SHIMAOKA Shunsuke, with some modifications to the Makefile by me.
The bytebench port was repo-copied to unixbench, before, to preserve
its history.
Submitted by: SHIMAOKA Shunsuke (shimaoka at st dot tutrp dot tut dot ac dot jp)
Notes
Notes:
svn path=/head/; revision=125888
Diffstat (limited to 'benchmarks/unixbench/files/patch-Makefile')
-rw-r--r-- | benchmarks/unixbench/files/patch-Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/benchmarks/unixbench/files/patch-Makefile b/benchmarks/unixbench/files/patch-Makefile new file mode 100644 index 000000000000..3194d354c184 --- /dev/null +++ b/benchmarks/unixbench/files/patch-Makefile @@ -0,0 +1,25 @@ +--- Makefile.orig Sun Dec 19 01:29:33 2004 ++++ Makefile Sun Dec 19 01:32:06 2004 +@@ -30,8 +30,9 @@ + ############################################################################## + ID="@(#)Makefile:3.9 -- 5/15/91 19:30:15"; + SHELL = /bin/sh +-#HZ = ???? #(read from environment) +-CFLAGS = -DTIME ++HZ = 128 ++CFLAGS ?= -O -finline-functions -funrool-loops -fomit-frame-pointer ++CFLAGS+=-DTIME + CC=gcc + + ## For Linux 486/Pentium, GCC 2.7.x and 2.8.x +@@ -60,8 +61,8 @@ + PROGDIR = ./pgms + SRCDIR = ./src + TESTDIR = ./testdir +-RESULTDIR = ./results +-TMPDIR = ./tmp ++#RESULTDIR = ./results ++#TMPDIR = /var/tmp + # other directories + INCLDIR = /usr/include + LIBDIR = /lib |