Searched hist:aac28965 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/scripts/dummy-tools/ |
H A D | gcc | aac28965 Mon Jul 11 07:09:23 CDT 2022 Ondrej Mosnacek <omosnace@redhat.com> kbuild: dummy-tools: avoid tmpdir leak in dummy gcc
When passed -print-file-name=plugin, the dummy gcc script creates a temporary directory that is never cleaned up. To avoid cluttering $TMPDIR, instead use a static directory included in the source tree.
Fixes: 76426e238834 ("kbuild: add dummy toolchains to enable all cc-option etc. in Kconfig") Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
|