Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

perf loongarch: Fix build failure with CONFIG_LIBDW_DWARF_UNWIND

Building perf for LoongArch fails when CONFIG_LIBDW_DWARF_UNWIND is
enabled because unwind-libdw.o is still referenced in
arch/loongarch/util/Build.

Fixes: e62fae9d9e8 ("perf unwind-libdw: Fix a cross-arch unwinding bug")
Signed-off-by: WANG Rui <r@hev.cc>
Acked-by: Huacai Chen <chenhuacai@loongson.cn>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>

authored by

WANG Rui and committed by
Namhyung Kim
841dbf48 a355eefc

-1
-1
tools/perf/arch/loongarch/util/Build
··· 1 1 perf-util-y += header.o 2 2 3 3 perf-util-$(CONFIG_LOCAL_LIBUNWIND) += unwind-libunwind.o 4 - perf-util-$(CONFIG_LIBDW_DWARF_UNWIND) += unwind-libdw.o