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.make10
1 files changed, 2 insertions, 8 deletions
diff --git a/rules/cross-gdb.make b/rules/cross-gdb.make
index dc958cd..69462d8 100644
--- a/rules/cross-gdb.make
+++ b/rules/cross-gdb.make
@@ -47,13 +47,7 @@ CROSS_GDB_CONF_OPT := \
\
--disable-werror \
--enable-tui \
- --with-expat
-
-# 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
+ --with-expat \
+ --with-python=python3
# vim: syntax=make