Files
gentoo/dev-util/ccache/files/ccache-4.0-objdump.patch
Sergei Trofimovich b56cb58add dev-util/ccache: bump up to 4.0
A few major changes:
- move from zlib to zstdd compression
- move from md4 to xxhash hash
- expanded license from GPL-3 to LGPL-3
- man page disappeared

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
2020-10-19 19:49:27 +01:00

13 lines
271 B
Diff

Allow ${CHOST}-objdump (or any other override)
--- a/test/run
+++ b/test/run
@@ -133,7 +133,7 @@ objdump_cmd() {
# back to brute force and ignorance.
strings "$1"
else
- objdump -W "$file"
+ ${OBJDUMP-objdump} -W "$file"
fi
}