summaryrefslogtreecommitdiffstats
path: root/rules/python3.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-07-13 14:13:45 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-07-13 14:16:26 +0200
commit63ded2bde859435feb0b7eae62b67c4600e1a4e3 (patch)
tree0051fb4f06ca92b003149e15edf0e1f102e6a5ef /rules/python3.make
parent2ac1ab9ee27ee0cbff0c99a8e5ddd74cd8af32ed (diff)
downloadptxdist-63ded2bde859435feb0b7eae62b67c4600e1a4e3.tar.gz
ptxdist-63ded2bde859435feb0b7eae62b67c4600e1a4e3.tar.xz
[python3] cleanup configure options
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/python3.make')
-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