summaryrefslogtreecommitdiffstats
path: root/rules/cross-gdb.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/cross-gdb.make')
-rw-r--r--rules/cross-gdb.make2
1 files changed, 2 insertions, 0 deletions
diff --git a/rules/cross-gdb.make b/rules/cross-gdb.make
index d2df734..402dcef 100644
--- a/rules/cross-gdb.make
+++ b/rules/cross-gdb.make
@@ -50,6 +50,8 @@ CROSS_GDB_CONF_OPT := \
# define this from the outside to build without python
ifeq ($(CROSS_GDB_WITHOUT_PYTHON),y)
CROSS_GDB_CONF_OPT += --without-python
+else
+CROSS_GDB_CONF_OPT += --with-python=python3
endif
CROSS_GDB_INSTALL_OPT := \