valgrind: does not run on <armv7, so explictly refuse to build on armv6l for now.
This commit is contained in:
parent
40eae48646
commit
f60a6d5851
2 changed files with 1 additions and 11 deletions
|
@ -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"
|
|
|
@ -2,6 +2,7 @@
|
||||||
pkgname=valgrind
|
pkgname=valgrind
|
||||||
version=3.8.1
|
version=3.8.1
|
||||||
revision=3
|
revision=3
|
||||||
|
only_for_archs="i686 x86_64"
|
||||||
subpackages="${pkgname}-devel"
|
subpackages="${pkgname}-devel"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-tls --with-mpicc=/dev/null"
|
configure_args="--enable-tls --with-mpicc=/dev/null"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue