diff options
Diffstat (limited to 'benchmarks/unixbench/files/patch-aa')
-rw-r--r-- | benchmarks/unixbench/files/patch-aa | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/benchmarks/unixbench/files/patch-aa b/benchmarks/unixbench/files/patch-aa deleted file mode 100644 index 8f09da7d9834..000000000000 --- a/benchmarks/unixbench/files/patch-aa +++ /dev/null @@ -1,37 +0,0 @@ -*** Makefile.orig Wed Feb 5 11:08:43 1992 ---- Makefile Mon Jan 1 23:20:07 1996 -*************** -*** 25,33 **** - ID="@(#)Makefile:3.9 -- 5/15/91 19:30:15"; - SHELL = /bin/sh -! #HZ = ???? #(read from environment) - CFLAGS = -DTIME -! OPTON = -O #optimization on (give it your best shot) -! # -- check your compiler man -! OPTOFF = -Od #optimization off -- check your compiler man - # local directories - PROGDIR = ./pgms ---- 25,34 ---- - ID="@(#)Makefile:3.9 -- 5/15/91 19:30:15"; - SHELL = /bin/sh -! HZ = 128 - CFLAGS = -DTIME -! OPTON = -s -static -O -finline-functions -funroll-loops -fomit-frame-pointer -! #optimization on (give it your best shot) -! # -- check your compiler man -! OPTOFF = -O0 -static #optimization off -- check your compiler man - # local directories - PROGDIR = ./pgms -*************** -*** 36,40 **** - TESTDIR = ./testdir -! RESULTDIR = ./results -! TMPDIR = ./tmp - # other directories - INCLDIR = /usr/include ---- 37,41 ---- - TESTDIR = ./testdir -! # RESULTDIR = ./results -! # TMPDIR = /var/tmp - # other directories - INCLDIR = /usr/include |