summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorjoerg <joerg>2013-10-27 20:30:01 +0000
committerjoerg <joerg>2013-10-27 20:30:01 +0000
commit8e16bfa91692647106ed4b94898c529390cea48d (patch)
treea53a5829ca0b20fb9155ad99fd188911b0deeb15 /benchmarks
parentb0fe7cfff8a7b90bef425ef9c1c66362101d6b4c (diff)
downloadpkgsrc-8e16bfa91692647106ed4b94898c529390cea48d.tar.gz
Don't use -fforce-addr.
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/bytebench/distinfo4
-rw-r--r--benchmarks/bytebench/patches/patch-ab4
2 files changed, 4 insertions, 4 deletions
diff --git a/benchmarks/bytebench/distinfo b/benchmarks/bytebench/distinfo
index 30976028dc6..272b72b79ea 100644
--- a/benchmarks/bytebench/distinfo
+++ b/benchmarks/bytebench/distinfo
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.11 2011/09/12 11:37:46 taca Exp $
+$NetBSD: distinfo,v 1.12 2013/10/27 20:30:01 joerg Exp $
SHA1 (unixbench-4.1.0.tgz) = 0a43d9cf08869c0f81bde4647be6bcf76c064248
RMD160 (unixbench-4.1.0.tgz) = 182e8a35574df0cd7984662bf99d47a7e24e7e03
Size (unixbench-4.1.0.tgz) = 63075 bytes
SHA1 (patch-aa) = e99170aaa9100486ef4e62387a0795dd4372f157
-SHA1 (patch-ab) = 76c010c87925900f8d7046395bd9f42b885893f2
+SHA1 (patch-ab) = 9e4fdf23a7a665b60ef8b18fe800f9fdbb66fb77
SHA1 (patch-ac) = ebfb09da84c96f8c6f48293c65a74dcf8a43cff5
SHA1 (patch-ad) = 3a1b788d9fa51fc168d59d8c87b1f476df2d5f41
SHA1 (patch-ae) = fbbce3deed7f0421034c1d57b66b1967ad8bddf1
diff --git a/benchmarks/bytebench/patches/patch-ab b/benchmarks/bytebench/patches/patch-ab
index 865d4c5370b..96c5c6b45ed 100644
--- a/benchmarks/bytebench/patches/patch-ab
+++ b/benchmarks/bytebench/patches/patch-ab
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.4 2011/09/12 11:37:46 taca Exp $
+$NetBSD: patch-ab,v 1.5 2013/10/27 20:30:01 joerg Exp $
--- Makefile.orig 1999-07-28 22:05:02.000000000 +0000
+++ Makefile
@@ -18,7 +18,7 @@ $NetBSD: patch-ab,v 1.4 2011/09/12 11:37:46 taca Exp $
OPTON = -O2 -fomit-frame-pointer -fforce-addr -fforce-mem -ffast-math -Wall
+## For Solaris 2, or general-purpose GCC 4.5
-+OPTON = -O2 -fomit-frame-pointer -fforce-addr -ffast-math -Wall
++OPTON = -O2 -fomit-frame-pointer -ffast-math -Wall
+
## Very generic
#OPTON = -O