f0a8f47510
This benchmark utility is used to determine how the processor, its caches and coprocessors influence overall system performance. Its measurements can indicate problems with the processor subsystem and (since the processor is a major influence on overall system system performance) give us an idea of how well a given system will perform.
17 lines
525 B
Text
17 lines
525 B
Text
$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
|