[New-bugs-announce] [issue17031] fix running regen in cross builds

Matthias Klose report at bugs.python.org
Fri Jan 25 15:21:30 CET 2013


New submission from Matthias Klose:

currently regen calls the python interpreter for the host, not the build machine. You can't directly use BUILD_FOR_PYTHON, because this one uses ./python explicitly, so use BUILDPYTHON instead.

I'd like to see this for 3.3 and the trunk.

----------
assignee: doko
components: Cross-Build
files: regen.diff
keywords: needs review, patch
messages: 180588
nosy: doko
priority: normal
severity: normal
status: open
title: fix running regen in cross builds
versions: Python 3.3, Python 3.4
Added file: http://bugs.python.org/file28822/regen.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17031>
_______________________________________


More information about the New-bugs-announce mailing list