diff options
| -rw-r--r-- | meta/recipes-devtools/valgrind/valgrind_3.10.1.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/valgrind/valgrind_3.10.1.bb b/meta/recipes-devtools/valgrind/valgrind_3.10.1.bb index bf80b165af..ac50d2ee7a 100644 --- a/meta/recipes-devtools/valgrind/valgrind_3.10.1.bb +++ b/meta/recipes-devtools/valgrind/valgrind_3.10.1.bb | |||
| @@ -32,10 +32,13 @@ SRC_URI[sha256sum] = "fa253dc26ddb661b6269df58144eff607ea3f76a9bcfe574b0c7726e1d | |||
| 32 | COMPATIBLE_HOST = '(i.86|x86_64|mips|powerpc|powerpc64).*-linux' | 32 | COMPATIBLE_HOST = '(i.86|x86_64|mips|powerpc|powerpc64).*-linux' |
| 33 | COMPATIBLE_HOST_armv7a = 'arm.*-linux' | 33 | COMPATIBLE_HOST_armv7a = 'arm.*-linux' |
| 34 | 34 | ||
| 35 | PR = "r1" | ||
| 36 | |||
| 35 | inherit autotools ptest | 37 | inherit autotools ptest |
| 36 | 38 | ||
| 37 | EXTRA_OECONF = "--enable-tls --without-mpicc" | 39 | EXTRA_OECONF = "--enable-tls --without-mpicc" |
| 38 | EXTRA_OECONF_armv7a = "--enable-tls -host=armv7-none-linux-gnueabi --without-mpicc" | 40 | EXTRA_OECONF_armv7a = "--enable-tls -host=armv7-none-linux-gnueabi --without-mpicc" |
| 41 | EXTRA_OECONF += "${@['--enable-only32bit','--enable-only64bit'][d.getVar('SITEINFO_BITS', True) != '32']}" | ||
| 39 | EXTRA_OEMAKE = "-w" | 42 | EXTRA_OEMAKE = "-w" |
| 40 | 43 | ||
| 41 | do_install_append () { | 44 | do_install_append () { |
