freebsd-ports/benchmarks/scimark2c/files/patch-Makefile
Edwin Groothuis 7879afde70 New port: benchmarks/scimark2c - an ANSI C version of the SciMark2 benchmark.
This is an ANSI C version of the SciMark2 benchmark,
	translated from the original Java sources. The intent in
	making this benchmark available in C is mainly for performance
	comparisons.

	Suggested by May Tho.

PR:		ports/50646
Submitted by:	Thierry Thomas <thierry@pompo.net>
2003-08-29 03:41:04 +00:00

13 lines
245 B
Text

--- Makefile.orig Thu Jul 6 00:07:45 2000
+++ Makefile Sat Apr 5 22:53:49 2003
@@ -5,8 +5,8 @@
all: scimark2
-CC = cc
-CFLAGS = -O
+#CC = cc
+#CFLAGS = -O
LDFLAGS =
OBJS = FFT.o kernel.o Stopwatch.o Random.o SOR.o SparseCompRow.o \