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, 1 insertions, 1 deletions
diff --git a/rules/cross-gdb.make b/rules/cross-gdb.make
index f916981..0babb36 100644
--- a/rules/cross-gdb.make
+++ b/rules/cross-gdb.make
@@ -46,7 +46,7 @@ CROSS_GDB_CONF_OPT := \
--with-expat
# define this from the outside to build without python
-ifdef CROSS_GDB_WITHOUT_PYTHON
+ifeq ($(CROSS_GDB_WITHOUT_PYTHON),y)
CROSS_GDB_CONF_OPT += --without-python
endif