valgrind: Fix powerpc64le arch config name
authorerico.nunes <erico.nunes@datacom.ind.br>
Mon, 13 Apr 2015 19:53:24 +0000 (16:53 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 13 Apr 2015 20:23:38 +0000 (22:23 +0200)
buildroot references powerpc64 little endian as "powerpc64le" and not
"powerpc64el". The typo in the supported architectures list caused this
package to be unavailable for powerpc64 little endian.

Signed-off-by: Erico Nunes <erico.nunes@datacom.ind.br>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/valgrind/Config.in

index d9116dd38a1007e95e45df3cd95dd0100f9288e5..8da007b86e9839f0b41be8052c1dec9dea5457b0 100644 (file)
@@ -2,7 +2,7 @@ config BR2_PACKAGE_VALGRIND
        bool "valgrind"
        depends on BR2_ARM_CPU_ARMV7A || BR2_i386 || \
                   BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el || \
-                  BR2_powerpc || BR2_powerpc64 || BR2_powerpc64el || \
+                  BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le || \
                   BR2_x86_64
        help
          Tool for debugging and profiling Linux programs.