commit | 39866b6eedd31948d15483b7dce6fd0de3d50eb5 | [log] [tgz] |
---|---|---|
author | Sean Anderson <seanga2@gmail.com> | Fri May 27 10:03:00 2022 -0400 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat May 28 10:59:27 2022 +0200 |
tree | 774ed7c15ac2baf44eba594deee8a4b3923df65e | |
parent | b0a0696bc1a10de5c0ec34cbf8354c09e8fde9e9 [diff] |
valgrind: Disable on Risc-V There are no defined instruction sequences in include/valgrind.h for Risc-V, so CONFIG_VALGRIND will do nothing on this arch (and possibly won't compile?). Update Kconfig accordingly. Signed-off-by: Sean Anderson <seanga2@gmail.com> Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>