summaryrefslogtreecommitdiff
path: root/dev-util/ccache/files/ccache-4.0-objdump.patch
blob: af48e997f50b5256ff6565a61b2a33b42b8f1066 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
 }