mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 15:07:43 +00:00
valgrind: rename ptrcheck to sgcheck like upstream
Signed-off-by: Mike Williams <mike@mikebwilliams.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
7ab3ebfbe2
commit
fd0e5f6b88
@ -99,7 +99,16 @@ comment "----------------------------------------------------"
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
comment "Legacy options removed in 2015.05"
|
||||||
|
|
||||||
|
config BR2_PACKAGE_VALGRIND_PTRCHECK
|
||||||
|
bool "valgrind's PTRCheck was renamed to SGCheck"
|
||||||
|
select BR2_LEGACY
|
||||||
|
select BR2_PACKAGE_VALGRIND_SGCHECK
|
||||||
|
help
|
||||||
|
PTRCheck was renamed to SGCheck in valgrind
|
||||||
|
|
||||||
|
###############################################################################
|
||||||
comment "Legacy options removed in 2015.02"
|
comment "Legacy options removed in 2015.02"
|
||||||
|
|
||||||
config BR2_PACKAGE_LIBGC
|
config BR2_PACKAGE_LIBGC
|
||||||
|
@ -53,10 +53,10 @@ config BR2_PACKAGE_VALGRIND_DHAT
|
|||||||
help
|
help
|
||||||
This option allows to install the DHAT tool
|
This option allows to install the DHAT tool
|
||||||
|
|
||||||
config BR2_PACKAGE_VALGRIND_PTRCHECK
|
config BR2_PACKAGE_VALGRIND_SGCHECK
|
||||||
bool "Ptrcheck: an experimental head, stack and global array overrun detector"
|
bool "SGCheck: an experimental stack and global array overrun detector"
|
||||||
help
|
help
|
||||||
This option allows to install the Ptrcheck tool
|
This option allows to install the SGCheck tool
|
||||||
|
|
||||||
config BR2_PACKAGE_VALGRIND_BBV
|
config BR2_PACKAGE_VALGRIND_BBV
|
||||||
bool "BBV: an experimental basic block vector generation tool"
|
bool "BBV: an experimental basic block vector generation tool"
|
||||||
|
@ -91,12 +91,12 @@ endef
|
|||||||
VALGRIND_POST_INSTALL_TARGET_HOOKS += VALGRIND_REMOVE_DHAT
|
VALGRIND_POST_INSTALL_TARGET_HOOKS += VALGRIND_REMOVE_DHAT
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_VALGRIND_PTRCHECK),)
|
ifeq ($(BR2_PACKAGE_VALGRIND_SGCHECK),)
|
||||||
define VALGRIND_REMOVE_PTRCHECK
|
define VALGRIND_REMOVE_SGCHECK
|
||||||
rm -f $(TARGET_DIR)/usr/lib/valgrind/*ptrcheck*
|
rm -f $(TARGET_DIR)/usr/lib/valgrind/*sgcheck*
|
||||||
endef
|
endef
|
||||||
|
|
||||||
VALGRIND_POST_INSTALL_TARGET_HOOKS += VALGRIND_REMOVE_PTRCHECK
|
VALGRIND_POST_INSTALL_TARGET_HOOKS += VALGRIND_REMOVE_SGCHECK
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_VALGRIND_BBV),)
|
ifeq ($(BR2_PACKAGE_VALGRIND_BBV),)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user