valgrind: broken on ppc
authorPeter Korsgaard <jacmet@sunsite.dk>
Wed, 26 May 2010 20:48:01 +0000 (22:48 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 26 May 2010 20:48:01 +0000 (22:48 +0200)
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>
CHANGES
package/valgrind/Config.in

diff --git a/CHANGES b/CHANGES
index 67e20c8825920a10e178ba7ada6764abe97419dc..354186a09fe0c35e0fa3717f483063591010e937 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -11,7 +11,7 @@
        nbd, netsnmp, ntfsprogs, ntp, olsr, pango, pciutils, pcmanfm,
        php, pkg-config, psmisc, qt, samba, shared-mime-info,
        squashfs, squashfs3, sshfs, startup-notification, swfdec,
-       sylpheed, uemacs, util-linux, vpnc, webkit, xstroke
+       sylpheed, uemacs, util-linux, valgrind, vpnc, webkit, xstroke
 
        Issues resolved (http://bugs.uclibc.org):
 
index d9113c9fbb2ccb71736172c53f255c462163011b..db1bc3b190a27c14bdb193f838b3ecd054045b0a 100644 (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.