summaryrefslogtreecommitdiff
path: root/benchmarks/nbench/patches/patch-aa
blob: 7c955a639aea76afd7f822a361da7c8176bac6db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-aa,v 1.1.1.1 2005/09/03 06:26:21 xtraeme Exp $

--- Makefile.orig	2005-09-03 08:16:12.000000000 +0200
+++ Makefile	2005-09-03 08:16:51.000000000 +0200
@@ -19,10 +19,10 @@
 # You should leave -static in the CFLAGS so that your sysinfo can be
 # compiled into the executable.
 
-CC = gcc
+#CC = gcc
 
 # generic options for gcc
-CFLAGS = -s -static -Wall -O3
+CFLAGS += -s -static # -Wall -O3
 
 # if your gcc lets you do it, then try this one
 #CFLAGS = -s -static -Wall -O3 -fomit-frame-pointer -funroll-loops