summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2021-02-13 10:16:44 +0100
committerConrad Kostecki <conikost@gentoo.org>2021-02-13 14:09:22 +0100
commit860c523551d8a7696bbc5f7b7fb2a5e35e3ae8ea (patch)
tree2b75ac6659b00170081af285c05904337cf1281a /dev-util/ccache
parentdev-python/manuel: remove unused patch(es) (diff)
downloadgentoo-860c523551d8a7696bbc5f7b7fb2a5e35e3ae8ea.tar.gz
gentoo-860c523551d8a7696bbc5f7b7fb2a5e35e3ae8ea.tar.bz2
gentoo-860c523551d8a7696bbc5f7b7fb2a5e35e3ae8ea.zip
dev-util/ccache: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/19442 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-util/ccache')
-rw-r--r--dev-util/ccache/files/ccache-3.7.12-objdump.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-util/ccache/files/ccache-3.7.12-objdump.patch b/dev-util/ccache/files/ccache-3.7.12-objdump.patch
deleted file mode 100644
index f5387104e453..000000000000
--- a/dev-util/ccache/files/ccache-3.7.12-objdump.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-Allow ${CHOST}-objdump (or any other override)
---- a/test/suites/debug_prefix_map.bash
-+++ b/test/suites/debug_prefix_map.bash
-@@ -24,7 +24,7 @@ objdump_cmd() {
- if $HOST_OS_APPLE; then
- xcrun dwarfdump -r0 $1
- else
-- objdump -W $1
-+ ${OBJDUMP-objdump} -W $1
- fi
- }
-