summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rules/python3.make3
1 files changed, 1 insertions, 2 deletions
diff --git a/rules/python3.make b/rules/python3.make
index c005a1ff2..b80236f11 100644
--- a/rules/python3.make
+++ b/rules/python3.make
@@ -57,12 +57,11 @@ PYTHON3_BINCONFIG_GLOB := ""
PYTHON3_AUTOCONF := \
$(CROSS_AUTOCONF_USR) \
--enable-shared \
- --with-cyclic-gc \
--with-pymalloc \
--with-signal-module \
--with-threads \
--with-wctype-functions \
- --without-cxx
+ --without-doc-strings
PYTHON3_MAKEVARS := \
PGEN_FOR_BUILD=$(PTXCONF_SYSROOT_HOST)/bin/pgen