mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 21:32:12 +02:00
valgrind: Enable valgrind for armv7
Valgrind supports the armv7 architecture, this patch allows armv7 users to build and use Valgrind This patch was run-tested on a Gumstix Overo (armv7a cortex-a8) * The test consisted of running valgrinds memcheck (memory leakage detection), * and callgrind (profiling) on a Qt 4 application (From OE-Core rev: 211ac8b39023d4998fb7d5a577b63a4960b08172) Signed-off-by: Samuel Stirtzel <s.stirtzel@googlemail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
52c9511922
commit
019b9e9916
@@ -23,13 +23,16 @@ SRC_URI[md5sum] = "a855fda56edf05614f099dca316d1775"
|
||||
SRC_URI[sha256sum] = "5d62c0330f1481fe2c593249192fa68ff454c19c34343978cc9ce91aa324cbf6"
|
||||
|
||||
COMPATIBLE_HOST = '(i.86|x86_64|powerpc|powerpc64).*-linux'
|
||||
COMPATIBLE_HOST_armv7a = 'arm.*-linux'
|
||||
|
||||
inherit autotools
|
||||
|
||||
EXTRA_OECONF = "--enable-tls"
|
||||
EXTRA_OECONF_armv7a = "--enable-tls -host=armv7-none-linux-gnueabi"
|
||||
EXTRA_OEMAKE = "-w"
|
||||
PARALLEL_MAKE = ""
|
||||
|
||||
FILES_${PN}-dbg += "${libdir}/${PN}/*/.debug/*"
|
||||
RRECOMMENDS_${PN}_powerpc += "${TCLIBC}-dbg"
|
||||
RRECOMMENDS_${PN}_powerpc64 += "${TCLIBC}-dbg"
|
||||
RRECOMMENDS_${PN}_armv7a += "${TCLIBC}-dbg"
|
||||
|
||||
Reference in New Issue
Block a user