[issue15485] CROSS: append gcc library search paths

Roumen Petrov report at bugs.python.org
Sun Jul 29 11:55:18 CEST 2012


New submission from Roumen Petrov:

Currently if cross-build add_gcc_paths use append_dir_to_list but later prepend library paths. As result  gcc is multilib 64-bit libraries will be found first before 32-bit one.

----------
components: Cross-Build
files: 3-CROSS-append-gcc-library-search-paths.patch
keywords: patch
messages: 166737
nosy: rpetrov
priority: normal
severity: normal
status: open
title: CROSS: append gcc library search paths
versions: Python 3.3
Added file: http://bugs.python.org/file26571/3-CROSS-append-gcc-library-search-paths.patch

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


More information about the Python-bugs-list mailing list