summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2020-05-08 13:41:53 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-05-19 07:34:47 +0200
commit8177b78ea3b232342c443bab394706a7b9b756b5 (patch)
tree68db2fe487ef7930d43af98cf2237f81e37b52c6
parentf86cd984a4ec5f802e6f95a21787d640b046f2ca (diff)
downloadOSELAS.Toolchain-8177b78ea3b232342c443bab394706a7b9b756b5.tar.gz
OSELAS.Toolchain-8177b78ea3b232342c443bab394706a7b9b756b5.tar.xz
cross-gdb: system python3 is needed to build gdb with python support
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de> (cherry picked from commit 79bf7e008740607d5012bc08f8c7598c464b3041)
-rw-r--r--rules/cross-gdb.in1
1 files changed, 1 insertions, 0 deletions
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