summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8d5cce5..d4e76de 100644
--- a/Makefile
+++ b/Makefile
@@ -277,6 +277,7 @@ lingcc-gdb:
--prefix=$(INST_BASE)/gcc \
--target=$(ARCH64) \
--host=$(ARCH64) \
+ --with-python=no \
--build=$(ARCH64) && \
make $(JOBS) && make $(JOBS) install
@@ -486,6 +487,7 @@ xgcc-gdb:
$(UNPACK_DIR)/gdb-$(VERSION_GDB)/configure \
--prefix=$(XGCC_INST_DIR) \
--target=$(XGCC_TARGET64) \
+ --with-python=no \
--build=$(ARCH64) \
--host=$(ARCH64) && \
make $(JOBS) && make $(JOBS) install
@@ -913,6 +915,7 @@ wingcc-gdb:
$(UNPACK_DIR)/gdb-$(VERSION_GDB)/configure \
--prefix=$(WINGCC_INST_DIR) \
--target=$(XGCC_TARGET64) \
+ --with-python=no \
--host=$(XGCC_TARGET64) \
--build=$(ARCH64) && \
make $(JOBS) && make $(JOBS) install