summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordoko@ubuntu.com <doko@ubuntu.com>2012-06-30 20:35:00 (GMT)
committerdoko@ubuntu.com <doko@ubuntu.com>2012-06-30 20:35:00 (GMT)
commit7e6c2e2cc49fa109662d3f04f4c3553596d31937 (patch)
tree4509cf98a5f44afdbab2b01128cacaffd4d95f61 /configure
parent1abe1c5fe13ca64c54e16db25de7c4dd5578a7c1 (diff)
downloadcpython-7e6c2e2cc49fa109662d3f04f4c3553596d31937.zip
cpython-7e6c2e2cc49fa109662d3f04f4c3553596d31937.tar.gz
cpython-7e6c2e2cc49fa109662d3f04f4c3553596d31937.tar.bz2
- Issue #14330: For cross builds, don't use host python, use host search paths
for host compiler. Add NEWS entry, rename _PROJECT_BASE to _PYTHON_PROJECT_BASE.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 816b8e8..a60c701 100755
--- a/configure
+++ b/configure
@@ -2898,7 +2898,7 @@ $as_echo_n "checking for python interpreter for cross build... " >&6; }
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $interp" >&5
$as_echo "$interp" >&6; }
- PYTHON_FOR_BUILD="_PROJECT_BASE=$srcdir"' _PYTHON_HOST_PLATFORM=$(_PYTHON_HOST_PLATFORM) PYTHONPATH=$(srcdir)/Lib:$(srcdir)/Lib/plat-$(MACHDEP) '$interp
+ PYTHON_FOR_BUILD="_PYTHON_PROJECT_BASE=$srcdir"' _PYTHON_HOST_PLATFORM=$(_PYTHON_HOST_PLATFORM) PYTHONPATH=$(srcdir)/Lib:$(srcdir)/Lib/plat-$(MACHDEP) '$interp
fi
else
PYTHON_FOR_BUILD='./$(BUILDPYTHON) -E'