summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2020-11-16 08:58:45 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-11-16 18:39:32 +0000
commit63831f426f742d36571e6313f6dd7bbc0b09ec5e (patch)
treed062bec4b26fa80436c7198012f691f99b1e8a92
parentnet-misc/pssh: re-add (diff)
downloadgentoo-63831f426f742d36571e6313f6dd7bbc0b09ec5e.tar.gz
gentoo-63831f426f742d36571e6313f6dd7bbc0b09ec5e.tar.bz2
gentoo-63831f426f742d36571e6313f6dd7bbc0b09ec5e.zip
dev-util/ccache: remove unused patch
Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/18276 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
-rw-r--r--dev-util/ccache/files/ccache-3.7.10-objdump.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/dev-util/ccache/files/ccache-3.7.10-objdump.patch b/dev-util/ccache/files/ccache-3.7.10-objdump.patch
deleted file mode 100644
index bad334a5c546..000000000000
--- a/dev-util/ccache/files/ccache-3.7.10-objdump.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Allow ${CHOST}-objdump (or any other override)
---- a/test/suites/debug_prefix_map.bash
-+++ b/test/suites/debug_prefix_map.bash
-@@ -24,9 +24,9 @@ objdump_cmd() {
- if $HOST_OS_APPLE; then
- xcrun dwarfdump -r0 $1
- elif $HOST_OS_FREEBSD; then
-- objdump -W $1
-+ ${OBJDUMP-objdump} -W $1
- else
-- objdump -g $1
-+ ${OBJDUMP-objdump} -g $1
- fi
- }
-