[Buildroot] [PATCH 1/2] valgrind: allow building on Cortex A5

Mike Williams mike at mikebwilliams.com
Tue Sep 30 20:11:34 UTC 2014


Signed-off-by: Mike Williams <mike at mikebwilliams.com>
---
 package/valgrind/Config.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/valgrind/Config.in b/package/valgrind/Config.in
index fd5649b..49ff1b1 100644
--- a/package/valgrind/Config.in
+++ b/package/valgrind/Config.in
@@ -1,8 +1,8 @@
 config BR2_PACKAGE_VALGRIND
 	bool "valgrind"
-	depends on BR2_i386 || BR2_x86_64 || BR2_cortex_a8 || \
-		   BR2_cortex_a9 || BR2_powerpc || BR2_mips || \
-		   BR2_mipsel || BR2_mips64 || BR2_mips64el
+	depends on BR2_i386 || BR2_x86_64 || BR2_cortex_a5 || \
+		   BR2_cortex_a8 || BR2_cortex_a9 || BR2_powerpc || \
+		   BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el
 	help
 	  Tool for debugging and profiling Linux programs.
 
-- 
1.9.1




More information about the buildroot mailing list