valgrind: broken on ppc

Valgrind 3.2.3 needs linux/a.out.h, which hasn't been exported on ppc
since 2.6.28.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard
2010-05-26 22:48:01 +02:00
parent e74bcb6f9a
commit 0346e90a8b
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
config BR2_PACKAGE_VALGRIND
bool "valgrind"
depends on BR2_i386 || BR2_powerpc || BR2_x86_64
depends on BR2_i386 || BR2_x86_64
help
Tool for debugging and profiling Linux programs.