All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] valgrind: allow selection on aarch64
@ 2018-04-13 12:13 Anssi Hannula
  2018-04-15 19:16 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Anssi Hannula @ 2018-04-13 12:13 UTC (permalink / raw)
  To: buildroot

valgrind works fine on aarch64, so allow selecting it on that
architecture.

Signed-off-by: Anssi Hannula <anssi.hannula@bitwise.fi>
---
 package/valgrind/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/valgrind/Config.in b/package/valgrind/Config.in
index 75b779d..fba3b1c 100644
--- a/package/valgrind/Config.in
+++ b/package/valgrind/Config.in
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_VALGRIND_ARCH_SUPPORTS
 	bool
-	default y if BR2_ARM_CPU_ARMV7A
+	default y if BR2_ARM_CPU_ARMV7A || BR2_aarch64
 	default y if BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el
 	default y if BR2_i386 || BR2_x86_64
 	default y if BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le
-- 
2.8.3

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH] valgrind: allow selection on aarch64
  2018-04-13 12:13 [Buildroot] [PATCH] valgrind: allow selection on aarch64 Anssi Hannula
@ 2018-04-15 19:16 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2018-04-15 19:16 UTC (permalink / raw)
  To: buildroot

Hello,

On Fri, 13 Apr 2018 15:13:14 +0300, Anssi Hannula wrote:
> valgrind works fine on aarch64, so allow selecting it on that
> architecture.
> 
> Signed-off-by: Anssi Hannula <anssi.hannula@bitwise.fi>
> ---
>  package/valgrind/Config.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-04-15 19:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-13 12:13 [Buildroot] [PATCH] valgrind: allow selection on aarch64 Anssi Hannula
2018-04-15 19:16 ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.