summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorAbel Vesa <abel.vesa@linaro.org>2025-11-11 08:43:51 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-12-18 14:03:33 +0100
commit530f1ba287937726ff220de9c82566e74e35dcae (patch)
treee20165c2dbe7ac16cd11d2e7c5c37ebdd2a99cf9 /tools/perf/scripts/python/stackcollapse.py
parent2e1c79299036614ac32b251d145fad5391f4bcab (diff)
downloadkernel-530f1ba287937726ff220de9c82566e74e35dcae.tar.gz
kbuild: install-extmod-build: Properly fix CC expansion when ccache is used
[ Upstream commit 4ab2ee307983548b29ddaab0ecaef82d526cf4c9 ] Currently, when cross-compiling and ccache is used, the expanding of CC turns out to be without any quotes, leading to the following error: make[4]: *** No rule to make target 'aarch64-linux-gnu-gcc'. Stop. make[3]: *** [Makefile:2164: run-command] Error 2 And it makes sense, because after expansion it ends up like this: make run-command KBUILD_RUN_COMMAND=+$(MAKE) \ HOSTCC=ccache aarch64-linux-gnu-gcc VPATH= srcroot=. $(build)= ... So add another set of double quotes to surround whatever CC expands to to make sure the aarch64-linux-gnu-gcc isn't expanded to something that looks like an entirely separate target. Fixes: 140332b6ed72 ("kbuild: fix linux-headers package build when $(CC) cannot link userspace") Signed-off-by: Abel Vesa <abel.vesa@linaro.org> Reviewed-by: Nicolas Schier <nsc@kernel.org> Link: https://patch.msgid.link/20251111-kbuild-install-extmod-build-fix-cc-expand-third-try-v2-1-15ba1b37e71a@linaro.org Signed-off-by: Nathan Chancellor <nathan@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions