diff options
author | 2015-03-06 12:17:45 -0500 | |
---|---|---|
committer | 2015-03-07 14:48:12 +0100 | |
commit | fd0e5f6b8818b4301e70dcd24ac790639e3e2470 (patch) | |
tree | 93fc0b90c96258976afbf37be2cb8657e7e4b87d /Config.in.legacy | |
parent | 7ab3ebfbe252cc48de8812aaf543c7d6e46ad20c (diff) | |
download | buildroot-fd0e5f6b8818b4301e70dcd24ac790639e3e2470.tar.gz buildroot-fd0e5f6b8818b4301e70dcd24ac790639e3e2470.tar.bz2 |
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>
Diffstat (limited to 'Config.in.legacy')
-rw-r--r-- | Config.in.legacy | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Config.in.legacy b/Config.in.legacy index 0b87ddb59a..1f57671893 100644 --- a/Config.in.legacy +++ b/Config.in.legacy @@ -99,7 +99,16 @@ comment "----------------------------------------------------" 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" config BR2_PACKAGE_LIBGC |