summaryrefslogtreecommitdiffstats
path: root/rules/host-python.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2017-05-27 08:02:17 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-05-30 08:13:27 +0200
commit29578775868da329670ddb29fabf17734d6246c7 (patch)
tree68c8827647fdba2d18f7d2de22fab5e800b2ecc9 /rules/host-python.make
parentd005e0b6ba64ef77de271c09362ecd776c80d26d (diff)
downloadptxdist-29578775868da329670ddb29fabf17734d6246c7.tar.gz
ptxdist-29578775868da329670ddb29fabf17734d6246c7.tar.xz
python: version bump 2.7.9 -> 2.7.13
Cleanup configure options while at it and use system libraries. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-python.make')
-rw-r--r--rules/host-python.make13
1 files changed, 11 insertions, 2 deletions
diff --git a/rules/host-python.make b/rules/host-python.make
index 1d678b22a..072e00664 100644
--- a/rules/host-python.make
+++ b/rules/host-python.make
@@ -37,11 +37,20 @@ HOST_PYTHON_ENV := \
HOST_PYTHON_AUTOCONF := \
$(HOST_AUTOCONF) \
--enable-shared \
- --with-pymalloc \
+ --disable-profiling \
+ --disable-optimizations \
+ --disable-toolbox-glue \
+ --without-pydebug \
+ --without-lto \
--with-signal-module \
--with-threads \
+ --without-doc-strings \
+ --with-pymalloc \
+ --without-valgrind \
--with-wctype-functions \
- --without-doc-strings
+ --with-fpectl \
+ --with-computed-gotos \
+ --without-ensurepip
# ----------------------------------------------------------------------------
# Install