diff options
author | Conrad Kostecki <conrad@kostecki.com> | 2019-07-21 21:14:03 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-07-21 21:51:05 +0200 |
commit | c2237f3391ded768cbc6895cca303e95b1c5bf99 (patch) | |
tree | 3a44c9180e0de70ba6c27b1321917b147c9a8dfa /app-benchmarks/cpuburn/files | |
parent | dev-util/lldb: -10.0.0 no longer builds the readline module (diff) | |
download | gentoo-c2237f3391ded768cbc6895cca303e95b1c5bf99.tar.gz gentoo-c2237f3391ded768cbc6895cca303e95b1c5bf99.tar.bz2 gentoo-c2237f3391ded768cbc6895cca303e95b1c5bf99.zip |
app-benchmarks/cpuburn: drop old version
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Conrad Kostecki <conrad@kostecki.com>
Closes: https://github.com/gentoo/gentoo/pull/12496
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-benchmarks/cpuburn/files')
-rw-r--r-- | app-benchmarks/cpuburn/files/cpuburn-1.4a-flags.patch | 7 |
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 $@ $< |