mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 15:07:43 +00:00
valgrind: unbreak arm support after REAL_GNU_TARGET_NAME removal
Fixes http://autobuild.buildroot.net/results/085aa258adc5eaaa6320f283868a185093480960 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
8d8343a9ac
commit
01d7b429d9
@ -16,7 +16,7 @@ VALGRIND_CONF_OPT = --disable-tls
|
|||||||
# only be selected on Cortex A8 and Cortex A9 platforms.
|
# only be selected on Cortex A8 and Cortex A9 platforms.
|
||||||
ifeq ($(BR2_cortex_a8)$(BR2_cortex_a9),y)
|
ifeq ($(BR2_cortex_a8)$(BR2_cortex_a9),y)
|
||||||
VALGRIND_CONF_OPT += \
|
VALGRIND_CONF_OPT += \
|
||||||
--host=$(patsubst arm-%,armv7-unknown-%,$(GNU_TARGET_NAME))
|
--host=$(patsubst arm-%,armv7-%,$(GNU_TARGET_NAME))
|
||||||
endif
|
endif
|
||||||
|
|
||||||
define VALGRIND_INSTALL_UCLIBC_SUPP
|
define VALGRIND_INSTALL_UCLIBC_SUPP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user