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