mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
valgrind: explicitly disable MPI2 support
We don't have support for this in OE-Core, so ensure we don't pick this up from the build host if e.g. openmpi development files happen to be installed there. Fixes [YOCTO #3726]. (From OE-Core rev: cc490d76aba0a778409ca1a3d0e1f2c308684c9b) (From OE-Core rev: 1fb5a50a8bbda7ca717125abcc4cb99b50ba6ead) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
046bbc1c9c
commit
8d42fc1005
@@ -32,8 +32,8 @@ COMPATIBLE_HOST_armv7a = 'arm.*-linux'
|
|||||||
|
|
||||||
inherit autotools
|
inherit autotools
|
||||||
|
|
||||||
EXTRA_OECONF = "--enable-tls"
|
EXTRA_OECONF = "--enable-tls --without-mpicc"
|
||||||
EXTRA_OECONF_armv7a = "--enable-tls -host=armv7-none-linux-gnueabi"
|
EXTRA_OECONF_armv7a = "--enable-tls -host=armv7-none-linux-gnueabi --without-mpicc"
|
||||||
EXTRA_OEMAKE = "-w"
|
EXTRA_OEMAKE = "-w"
|
||||||
PARALLEL_MAKE = ""
|
PARALLEL_MAKE = ""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user