From 982bb9f713d3d73ad0c212d0eba0185f9397fb84 Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Tue, 28 Oct 2014 15:16:32 +0100 Subject: [PATCH] Update python_bootstrap to 2.7.6 Python 2.7.x has *much* better cross-compiling support so that it's now actually possible to properly cross-compile Python during the bootstrap. Before, it would just depend a lot on luck and the build host used, now it even cross-compiles on OS X. This means it's now possible to build a working bootstrap image on OS X! :) --- build/jam/repositories/HaikuPortsCross/x86_64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/jam/repositories/HaikuPortsCross/x86_64 b/build/jam/repositories/HaikuPortsCross/x86_64 index ea1dc6d662..cbb08eadf9 100644 --- a/build/jam/repositories/HaikuPortsCross/x86_64 +++ b/build/jam/repositories/HaikuPortsCross/x86_64 @@ -31,7 +31,7 @@ BootstrapPackageRepository HaikuPortsCross make_bootstrap-3.82-1 ncurses_bootstrap-5.9-1 ncurses_bootstrap_devel-5.9-1 - python_bootstrap-2.6.8-1 + python_bootstrap-2.7.6-1 sed_bootstrap-4.2.1-1 texinfo_bootstrap-4.13a-1 zlib_bootstrap-1.2.8-2