From ca7d1aa9a82ac49282a057c0f33d14dd9fc38981 Mon Sep 17 00:00:00 2001 From: "Koenig, Joerg" Date: Mon, 27 Apr 2020 08:16:40 +0200 Subject: Disable python support for gdb Change-Id: I4b6d23e00bbc8aca947be5ada0352705e2f24e80 --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v0.12