summaryrefslogtreecommitdiff
path: root/app-benchmarks/cpuburn/files/cpuburn-1.4a-flags.patch
diff options
context:
space:
mode:
Diffstat (limited to 'app-benchmarks/cpuburn/files/cpuburn-1.4a-flags.patch')
-rw-r--r--app-benchmarks/cpuburn/files/cpuburn-1.4a-flags.patch7
1 files changed, 0 insertions, 7 deletions
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 $@ $<