Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] ltrace: allow selection on aarch64
@ 2018-05-14 11:24 Anssi Hannula
  2018-05-19 20:56 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Anssi Hannula @ 2018-05-14 11:24 UTC (permalink / raw)
  To: buildroot

ltrace works fine on aarch64, so allow enabling it on that architecture.

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

diff --git a/package/ltrace/Config.in b/package/ltrace/Config.in
index 4d5fb723d6..369f54a12e 100644
--- a/package/ltrace/Config.in
+++ b/package/ltrace/Config.in
@@ -7,7 +7,7 @@ config BR2_PACKAGE_LTRACE
 	# broken (error: 'struct ltelf' has no member named
 	# 'relplt_count'). Issue reported upstream at
 	# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756764.
-	depends on (BR2_i386 || BR2_arm || BR2_mips || BR2_mipsel \
+	depends on (BR2_i386 || BR2_arm || BR2_aarch64 || BR2_mips || BR2_mipsel \
 		|| BR2_powerpc || BR2_sparc || BR2_x86_64 || BR2_xtensa)
 	select BR2_PACKAGE_ELFUTILS
 	help
-- 
2.16.3

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

* [Buildroot] [PATCH] ltrace: allow selection on aarch64
  2018-05-14 11:24 [Buildroot] [PATCH] ltrace: allow selection on aarch64 Anssi Hannula
@ 2018-05-19 20:56 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2018-05-19 20:56 UTC (permalink / raw)
  To: buildroot

Hello,

On Mon, 14 May 2018 14:24:21 +0300, Anssi Hannula wrote:
> ltrace works fine on aarch64, so allow enabling it on that architecture.
> 
> Signed-off-by: Anssi Hannula <anssi.hannula@bitwise.fi>
> ---
>  package/ltrace/Config.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to next, thanks. While reviewing your patch, I noticed two
things that are bogus in package/ltrace/Config.in, so I sent patches to
fix them:

  https://patchwork.ozlabs.org/patch/916926/
  https://patchwork.ozlabs.org/patch/916927/

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-05-19 20:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-14 11:24 [Buildroot] [PATCH] ltrace: allow selection on aarch64 Anssi Hannula
2018-05-19 20:56 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox