summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2010-05-26 22:48:01 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2010-05-26 22:48:01 +0200
commit0346e90a8b611ecf62984eccf379a37262aeb7c6 (patch)
tree692835c57dfaaff45583d6df592e7297a1b29bda
parente74bcb6f9a69e55e57d8c677567c86fa76abc5a7 (diff)
downloadbuildroot-novena-0346e90a8b611ecf62984eccf379a37262aeb7c6.tar.gz
buildroot-novena-0346e90a8b611ecf62984eccf379a37262aeb7c6.zip
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>
-rw-r--r--CHANGES2
-rw-r--r--package/valgrind/Config.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 67e20c882..354186a09 100644
--- 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):
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.