summaryrefslogtreecommitdiffstats
path: root/rules/python.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-07-12 17:40:32 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-07-13 14:16:23 +0200
commit9ee1d99a95aca6b53edb7d66d39ee8d3c98452b8 (patch)
treee4ff08d148540089f545f5a79324631cb865f71a /rules/python.make
parent95cf32824e12bcb6173ad396896f7fc5b33137b0 (diff)
downloadptxdist-9ee1d99a95aca6b53edb7d66d39ee8d3c98452b8.tar.gz
ptxdist-9ee1d99a95aca6b53edb7d66d39ee8d3c98452b8.tar.xz
[python] cleanup configure options
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/python.make')
-rw-r--r--rules/python.make3
1 files changed, 1 insertions, 2 deletions
diff --git a/rules/python.make b/rules/python.make
index ecf183b4b..5696f2bdf 100644
--- a/rules/python.make
+++ b/rules/python.make
@@ -56,12 +56,11 @@ PYTHON_BINCONFIG_GLOB := ""
PYTHON_AUTOCONF := \
$(CROSS_AUTOCONF_USR) \
--enable-shared \
- --with-cyclic-gc \
--with-pymalloc \
--with-signal-module \
--with-threads \
--with-wctype-functions \
- --without-cxx
+ --without-doc-strings
PYTHON_MAKEVARS := \
PGEN_FOR_BUILD=$(PTXCONF_SYSROOT_HOST)/bin/pgen