summaryrefslogtreecommitdiff
path: root/benchmarks/unixbench/files/patch-aa
blob: 8f09da7d98342733976616191f869258afe1a4f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
*** 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