* [Buildroot] [PATCH] libunwind: needs ARM instruction support
@ 2016-07-23 15:24 Gustavo Zacarias
2016-07-23 20:58 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Gustavo Zacarias @ 2016-07-23 15:24 UTC (permalink / raw)
To: buildroot
Fixes:
http://autobuild.buildroot.net/results/4cf/4cf517cd81d3aa5da26848edaba5df0bfbab2c77/
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/libunwind/Config.in | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/package/libunwind/Config.in b/package/libunwind/Config.in
index 593172f..a70d9e8 100644
--- a/package/libunwind/Config.in
+++ b/package/libunwind/Config.in
@@ -10,13 +10,16 @@
config BR2_PACKAGE_LIBUNWIND_ARCH_SUPPORTS
bool
default y if BR2_TOOLCHAIN_USES_GLIBC && \
- (BR2_arm || BR2_armeb || BR2_mips || BR2_mipsel || BR2_mips64 || \
+ ((BR2_arm || BR2_armeb) && BR2_ARM_CPU_HAS_ARM) || \
+ (BR2_mips || BR2_mipsel || BR2_mips64 || \
BR2_mips64el || BR2_powerpc || BR2_sh || BR2_sh64 || BR2_i386 || BR2_x86_64)
default y if BR2_TOOLCHAIN_USES_UCLIBC && \
- (BR2_arm || BR2_armeb || BR2_i386 || BR2_mips || BR2_mipsel || \
+ ((BR2_arm || BR2_armeb) && BR2_ARM_CPU_HAS_ARM) || \
+ (BR2_i386 || BR2_mips || BR2_mipsel || \
BR2_mips64 || BR2_mips64el || BR2_x86_64)
default y if BR2_TOOLCHAIN_USES_MUSL && \
- (BR2_arm || BR2_armeb || BR2_i386 || BR2_x86_64)
+ ((BR2_arm || BR2_armeb) && BR2_ARM_CPU_HAS_ARM) || \
+ (BR2_i386 || BR2_x86_64)
config BR2_PACKAGE_LIBUNWIND
bool "libunwind"
--
2.7.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] libunwind: needs ARM instruction support
2016-07-23 15:24 [Buildroot] [PATCH] libunwind: needs ARM instruction support Gustavo Zacarias
@ 2016-07-23 20:58 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2016-07-23 20:58 UTC (permalink / raw)
To: buildroot
Hello,
On Sat, 23 Jul 2016 12:24:34 -0300, Gustavo Zacarias wrote:
> Fixes:
> http://autobuild.buildroot.net/results/4cf/4cf517cd81d3aa5da26848edaba5df0bfbab2c77/
>
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
> package/libunwind/Config.in | 9 ++++++---
> 1 file changed, 6 insertions(+), 3 deletions(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-07-23 20:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-23 15:24 [Buildroot] [PATCH] libunwind: needs ARM instruction support Gustavo Zacarias
2016-07-23 20:58 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox