[issue3754] minimal cross-compilation support for configure

2010-01-24 Thread Brian Curtin
Changes by Brian Curtin : -- keywords: +needs review priority: -> normal stage: -> patch review ___ Python tracker ___ ___ Python-bug

[issue3754] minimal cross-compilation support for configure

2010-01-24 Thread Roumen Petrov
Roumen Petrov added the comment: system python has to be at least revision 77704 (trunk) -- Added file: http://bugs.python.org/file15987/python-trunk-20100124-CROSS.patch ___ Python tracker

[issue3754] minimal cross-compilation support for configure

2010-01-03 Thread Roumen Petrov
Changes by Roumen Petrov : -- versions: +Python 2.7 Added file: http://bugs.python.org/file15724/python-trunk-20100103-CROSS.patch ___ Python tracker ___ _

[issue3754] minimal cross-compilation support for configure

2009-12-06 Thread Roumen Petrov
Changes by Roumen Petrov : Added file: http://bugs.python.org/file15464/python-trunk-20091206-CROSS.patch ___ Python tracker ___ ___ Python-bug

[issue3754] minimal cross-compilation support for configure

2009-11-29 Thread Roumen Petrov
Changes by Roumen Petrov : Added file: http://bugs.python.org/file15415/python-trunk-20091129-CROSS.patch ___ Python tracker ___ ___ Python-bug

[issue3754] minimal cross-compilation support for configure

2009-11-04 Thread Roumen Petrov
Changes by Roumen Petrov : Added file: http://bugs.python.org/file15260/python-trunk-20091104-CROSS.patch ___ Python tracker ___ ___ Python-bug

[issue3754] minimal cross-compilation support for configure

2009-07-22 Thread Roumen Petrov
Changes by Roumen Petrov : -- components: +Build type: -> feature request ___ Python tracker ___ ___ Python-bugs-list mailing list Uns

[issue3754] minimal cross-compilation support for configure

2009-07-22 Thread Roumen Petrov
Changes by Roumen Petrov : Removed file: http://bugs.python.org/file14277/python-trunk-20090612-CROSS.patch ___ Python tracker ___ ___ Python-b

[issue3754] minimal cross-compilation support for configure

2009-07-22 Thread Roumen Petrov
Changes by Roumen Petrov : Removed file: http://bugs.python.org/file13692/python-trunk-20090415-CROSS.patch ___ Python tracker ___ ___ Python-b

[issue3754] minimal cross-compilation support for configure

2009-07-22 Thread Roumen Petrov
Changes by Roumen Petrov : Removed file: http://bugs.python.org/file12677/python-trunk.patch-CROSS-20090110 ___ Python tracker ___ ___ Python-b

[issue3754] minimal cross-compilation support for configure

2009-07-22 Thread Roumen Petrov
Changes by Roumen Petrov : Added file: http://bugs.python.org/file14539/python-trunk-20090722-CROSS.patch ___ Python tracker ___ ___ Python-bug

[issue3754] minimal cross-compilation support for configure

2009-06-12 Thread Roumen Petrov
Changes by Roumen Petrov : Added file: http://bugs.python.org/file14277/python-trunk-20090612-CROSS.patch ___ Python tracker ___ ___ Python-bug

[issue3754] minimal cross-compilation support for configure

2009-04-17 Thread Victor Godoy Poluceno
Changes by Victor Godoy Poluceno : -- nosy: +victorpoluceno ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

[issue3754] minimal cross-compilation support for configure

2009-04-15 Thread Roumen Petrov
Changes by Roumen Petrov : Removed file: http://bugs.python.org/file12268/python-trunk-CROSS.patch ___ Python tracker ___ ___ Python-bugs-list

[issue3754] minimal cross-compilation support for configure

2009-04-15 Thread Roumen Petrov
Changes by Roumen Petrov : Removed file: http://bugs.python.org/file11664/python-trunk-CROSS.patch ___ Python tracker ___ ___ Python-bugs-list

[issue3754] minimal cross-compilation support for configure

2009-04-15 Thread Roumen Petrov
Changes by Roumen Petrov : Added file: http://bugs.python.org/file13692/python-trunk-20090415-CROSS.patch ___ Python tracker ___ ___ Python-bug

[issue3754] minimal cross-compilation support for configure

2009-01-10 Thread Roumen Petrov
Changes by Roumen Petrov : Added file: http://bugs.python.org/file12677/python-trunk.patch-CROSS-20090110 ___ Python tracker ___ ___ Python-bug

[issue3754] minimal cross-compilation support for configure

2008-12-07 Thread Roumen Petrov
Roumen Petrov <[EMAIL PROTECTED]> added the comment: The support for *-*mingw* host is enhanced to native msys environment. This include check for device file /dev/ptmx. The MSYS report that file exist. As the check is skipped on mingw* host os now cugwin environment can be used too. Also check

[issue3754] minimal cross-compilation support for configure

2008-09-30 Thread Roumen Petrov
Changes by Roumen Petrov <[EMAIL PROTECTED]>: Removed file: http://bugs.python.org/file11337/python-trunk-CROSS.patch ___ Python tracker <[EMAIL PROTECTED]> ___ ___

[issue3754] minimal cross-compilation support for configure

2008-09-30 Thread Roumen Petrov
Changes by Roumen Petrov <[EMAIL PROTECTED]>: Added file: http://bugs.python.org/file11664/python-trunk-CROSS.patch ___ Python tracker <[EMAIL PROTECTED]> ___ _

[issue3754] minimal cross-compilation support for configure

2008-09-01 Thread Roumen Petrov
New submission from Roumen Petrov <[EMAIL PROTECTED]>: This is minimal patch that add basic cross-compilation possibilities for python build (configure script). The patch add macro AC_CANONICAL_HOST. This macro require files config.guess, config.sub. The patch don't include them. You may obtain