diff options
-rw-r--r-- | dev-util/ccache/files/ccache-3.7.10-objdump.patch | 15 |
1 files changed, 0 insertions, 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 bad334a5c546..000000000000 --- 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 - } - |