commit: 63831f426f742d36571e6313f6dd7bbc0b09ec5e Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Mon Nov 16 07:58:45 2020 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Mon Nov 16 18:39:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63831f42
dev-util/ccache: remove unused patch Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/18276 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org> dev-util/ccache/files/ccache-3.7.10-objdump.patch | 15 --------------- 1 file changed, 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 bad334a5c54..00000000000 --- 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 - } -
