|
@@ -26,7 +26,7 @@ config BR2_PACKAGE_LIBUNWIND_ARCH_SUPPORTS
|
|
default y if BR2_TOOLCHAIN_USES_GLIBC && \
|
|
default y if BR2_TOOLCHAIN_USES_GLIBC && \
|
|
(BR2_ARM_CPU_HAS_ARM || BR2_aarch64 || BR2_mips || BR2_mipsel || \
|
|
(BR2_ARM_CPU_HAS_ARM || BR2_aarch64 || BR2_mips || BR2_mipsel || \
|
|
BR2_mips64 || BR2_mips64el || BR2_powerpc || BR2_sh || \
|
|
BR2_mips64 || BR2_mips64el || BR2_powerpc || BR2_sh || \
|
|
- BR2_i386 || BR2_x86_64)
|
|
|
|
|
|
+ BR2_i386 || BR2_x86_64 || (BR2_riscv && BR2_ARCH_IS_64))
|
|
default y if BR2_TOOLCHAIN_USES_UCLIBC && \
|
|
default y if BR2_TOOLCHAIN_USES_UCLIBC && \
|
|
(BR2_ARM_CPU_HAS_ARM || BR2_mips || BR2_mipsel || \
|
|
(BR2_ARM_CPU_HAS_ARM || BR2_mips || BR2_mipsel || \
|
|
BR2_mips64 || BR2_mips64el || BR2_x86_64)
|
|
BR2_mips64 || BR2_mips64el || BR2_x86_64)
|