summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoenig, Joerg <Joerg.Koenig@techsat.com>2020-04-27 06:16:40 (GMT)
committerKoenig, Joerg <Joerg.Koenig@techsat.com>2020-04-27 06:16:40 (GMT)
commitca7d1aa9a82ac49282a057c0f33d14dd9fc38981 (patch)
tree83e23023241d91d253ddf6ff94783d1800e25d50
parente2df5655123d5f524c725ed0cd7909f8c314dbc1 (diff)
downloadgcc-compiler-suite-REL_1_6.zip
gcc-compiler-suite-REL_1_6.tar.gz
gcc-compiler-suite-REL_1_6.tar.bz2
Disable python support for gdbREL_1_6refs/changes/94/11094/1
Change-Id: I4b6d23e00bbc8aca947be5ada0352705e2f24e80
-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