diff options
Diffstat (limited to 'meta/recipes-devtools/valgrind/valgrind_3.12.0.bb')
| -rw-r--r-- | meta/recipes-devtools/valgrind/valgrind_3.12.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/valgrind/valgrind_3.12.0.bb b/meta/recipes-devtools/valgrind/valgrind_3.12.0.bb index 9b28d3701e..3385ef70c0 100644 --- a/meta/recipes-devtools/valgrind/valgrind_3.12.0.bb +++ b/meta/recipes-devtools/valgrind/valgrind_3.12.0.bb | |||
| @@ -46,7 +46,7 @@ COMPATIBLE_HOST_mipsarchr6 = 'null' | |||
| 46 | inherit autotools ptest | 46 | inherit autotools ptest |
| 47 | 47 | ||
| 48 | EXTRA_OECONF = "--enable-tls --without-mpicc" | 48 | EXTRA_OECONF = "--enable-tls --without-mpicc" |
| 49 | EXTRA_OECONF += "${@['--enable-only32bit','--enable-only64bit'][d.getVar('SITEINFO_BITS', True) != '32']}" | 49 | EXTRA_OECONF += "${@['--enable-only32bit','--enable-only64bit'][d.getVar('SITEINFO_BITS') != '32']}" |
| 50 | 50 | ||
| 51 | # valgrind checks host_cpu "armv7*)", so we need to over-ride the autotools.bbclass default --host option | 51 | # valgrind checks host_cpu "armv7*)", so we need to over-ride the autotools.bbclass default --host option |
| 52 | EXTRA_OECONF_append_arm = " --host=armv7${HOST_VENDOR}-${HOST_OS}" | 52 | EXTRA_OECONF_append_arm = " --host=armv7${HOST_VENDOR}-${HOST_OS}" |
