gentoo-overlay/dev-util/ccache/files/ccache-4.0-objdump.patch

12 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
}