ltrace: allow selection on aarch64
authorAnssi Hannula <anssi.hannula@bitwise.fi>
Mon, 14 May 2018 11:24:21 +0000 (14:24 +0300)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 19 May 2018 20:47:57 +0000 (22:47 +0200)
ltrace works fine on aarch64, so allow enabling it on that architecture.

Signed-off-by: Anssi Hannula <anssi.hannula@bitwise.fi>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/ltrace/Config.in

index 4d5fb723d62f1405ed7a9f891b41a700315d75b6..369f54a12ed13833e413f439baa346f970d26a46 100644 (file)
@@ -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