summaryrefslogtreecommitdiff
path: root/app-benchmarks/cpuburn/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-benchmarks/cpuburn/files
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-benchmarks/cpuburn/files')
-rw-r--r--app-benchmarks/cpuburn/files/01-variables.patch40
-rw-r--r--app-benchmarks/cpuburn/files/cpuburn-1.4a-flags.patch7
2 files changed, 0 insertions, 47 deletions
diff --git a/app-benchmarks/cpuburn/files/01-variables.patch b/app-benchmarks/cpuburn/files/01-variables.patch
deleted file mode 100644
index 3e8b666c29ec..000000000000
--- a/app-benchmarks/cpuburn/files/01-variables.patch
+++ /dev/null
@@ -1,40 +0,0 @@
---- cpuburn-1.4a.orig/burnK7.S
-+++ cpuburn-1.4a/burnK7.S
-@@ -74,6 +74,7 @@ int_exit:
- push %eax
- int $0x80
- #endif
-+.data # Data allocation
- .align 32,0
- .fill 64
- half: .long 0x7fffffff,0
---- cpuburn-1.4a.orig/burnP5.S
-+++ cpuburn-1.4a/burnP5.S
-@@ -77,6 +77,7 @@ crunch:
- #else
- int $0x80
- #endif
-+.data # Data allocation
- .align 32,0
- half: .long 0xffffffff,0x3fdfffff
- one: .long 0xffffffff,0x3fefffff
---- cpuburn-1.4a.orig/burnP6.S
-+++ cpuburn-1.4a/burnP6.S
-@@ -69,6 +69,7 @@ int_exit: # error abort
- push %eax # *BSD syscall
- int $0x80
- #endif
-+.data # Data allocation
- .align 32,0
- half: .long 0x7fffffff,0
- e: .long 0xffffffff,0x3fdfffff
---- cpuburn-1.4a.orig/burnK6.S
-+++ cpuburn-1.4a/burnK6.S
-@@ -68,6 +68,7 @@ int_exit:
- push %eax
- int $0x80
- #endif
-+.data # Data allocation
- .align 32,0
- half: .long 0x7fffffff,0
- e: .long 0xffffffff,0x3fdfffff
diff --git a/app-benchmarks/cpuburn/files/cpuburn-1.4a-flags.patch b/app-benchmarks/cpuburn/files/cpuburn-1.4a-flags.patch
deleted file mode 100644
index 97b8836c0af4..000000000000
--- a/app-benchmarks/cpuburn/files/cpuburn-1.4a-flags.patch
+++ /dev/null
@@ -1,7 +0,0 @@
---- Makefile.orig 2001-06-16 05:39:17.000000000 +0200
-+++ Makefile 2010-10-12 20:31:38.000000000 +0200
-@@ -1,3 +1,3 @@
- all : burnP5 burnP6 burnK6 burnK7 burnBX burnMMX
- .S:
-- gcc -s -nostdlib -o $@ $<
-+ $(CC) $(CFLAGS) $(LDFLAGS) -nostdlib -o $@ $<