summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-10-02 23:24:33 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-10-02 23:24:57 +0100
commit7da7ed7419d9081987af1dd5a88571bf87783da4 (patch)
tree0ee976987500dd5b92ff001e950d8d7e6daec30f /dev-util/ccache/files
parentdev-libs/nspr: Stabilize 4.28 arm, #745795 (diff)
downloadgentoo-7da7ed7419d9081987af1dd5a88571bf87783da4.tar.gz
gentoo-7da7ed7419d9081987af1dd5a88571bf87783da4.tar.bz2
gentoo-7da7ed7419d9081987af1dd5a88571bf87783da4.zip
dev-util/ccache: bump up to 3.7.12
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-util/ccache/files')
-rw-r--r--dev-util/ccache/files/ccache-3.7.12-objdump.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-util/ccache/files/ccache-3.7.12-objdump.patch b/dev-util/ccache/files/ccache-3.7.12-objdump.patch
new file mode 100644
index 000000000000..f5387104e453
--- /dev/null
+++ b/dev-util/ccache/files/ccache-3.7.12-objdump.patch
@@ -0,0 +1,12 @@
+Allow ${CHOST}-objdump (or any other override)
+--- a/test/suites/debug_prefix_map.bash
++++ b/test/suites/debug_prefix_map.bash
+@@ -24,7 +24,7 @@ objdump_cmd() {
+ if $HOST_OS_APPLE; then
+ xcrun dwarfdump -r0 $1
+ else
+- objdump -W $1
++ ${OBJDUMP-objdump} -W $1
+ fi
+ }
+