valgrind: does not run on <armv7, so explictly refuse to build on armv6l for now.

This commit is contained in:
Juan RP 2013-03-12 17:13:39 +01:00
parent 40eae48646
commit f60a6d5851
2 changed files with 1 additions and 11 deletions

View File

@ -1,11 +0,0 @@
--- configure
+++ configure
@@ -5279,7 +5279,7 @@
ARCH_MAX="s390x"
;;
- armv7*)
+ arm*)
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ok (${host_cpu})" >&5
$as_echo "ok (${host_cpu})" >&6; }
ARCH_MAX="arm"

View File

@ -2,6 +2,7 @@
pkgname=valgrind
version=3.8.1
revision=3
only_for_archs="i686 x86_64"
subpackages="${pkgname}-devel"
build_style=gnu-configure
configure_args="--enable-tls --with-mpicc=/dev/null"