From 8177b78ea3b232342c443bab394706a7b9b756b5 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Fri, 8 May 2020 13:41:53 +0200 Subject: cross-gdb: system python3 is needed to build gdb with python support Signed-off-by: Michael Olbrich (cherry picked from commit 79bf7e008740607d5012bc08f8c7598c464b3041) --- rules/cross-gdb.in | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/cross-gdb.in b/rules/cross-gdb.in index 844bcee..5e15ee5 100644 --- a/rules/cross-gdb.in +++ b/rules/cross-gdb.in @@ -1,5 +1,6 @@ menuconfig CROSS_GDB bool "cross gdb " + select HOST_SYSTEM_PYTHON3 select HOST_EXPAT select HOST_GMP select HOST_ZLIB -- cgit v1.2.3