diff options
-rw-r--r-- | CHANGES | 2 | ||||
-rw-r--r-- | package/valgrind/Config.in | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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): diff --git a/package/valgrind/Config.in b/package/valgrind/Config.in index d9113c9fb..db1bc3b19 100644 --- a/package/valgrind/Config.in +++ b/package/valgrind/Config.in @@ -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. |