You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-util/ccache/files/ccache-4.0-objdump.patch

13 lines
271 B

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
}