|
@@ -32,7 +32,7 @@ ifeq ($(ARCH),x86)
|
|
LIBUNWIND_LIBS = -lunwind -lunwind-x86_64
|
|
LIBUNWIND_LIBS = -lunwind -lunwind-x86_64
|
|
$(call detected,CONFIG_X86_64)
|
|
$(call detected,CONFIG_X86_64)
|
|
else
|
|
else
|
|
- LIBUNWIND_LIBS = -lunwind -lunwind-x86
|
|
|
|
|
|
+ LIBUNWIND_LIBS = -lunwind-x86 -llzma -lunwind
|
|
endif
|
|
endif
|
|
NO_PERF_REGS := 0
|
|
NO_PERF_REGS := 0
|
|
endif
|
|
endif
|