This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: CROSS: append gcc library search paths
Type: behavior Stage:
Components: Cross-Build Versions: Python 3.4, Python 3.5
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: doko, eric.araujo, rpetrov
Priority: normal Keywords: patch

Created on 2012-07-29 09:55 by rpetrov, last changed 2022-04-11 14:57 by admin.

Files
File name Uploaded Description Edit
3-CROSS-append-gcc-library-search-paths.patch rpetrov, 2012-07-29 09:55
Messages (2)
msg166737 - (view) Author: Roumen Petrov (rpetrov) * Date: 2012-07-29 09:55
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.
msg223361 - (view) Author: Mark Lawrence (BreamoreBoy) * Date: 2014-07-17 19:37
My reading of msg166737 is that the type should be behaviour.  The patch is only five lines of actual code so can we have a review please.
History
Date User Action Args
2022-04-11 14:57:33adminsetgithub: 59690
2019-04-26 19:56:08BreamoreBoysetnosy: - BreamoreBoy
2014-07-17 19:37:28BreamoreBoysetversions: + Python 3.5
nosy: + BreamoreBoy

messages: + msg223361

type: behavior
2013-02-04 15:33:40eric.araujosetnosy: + doko, eric.araujo

versions: + Python 3.4, - Python 3.3
2012-07-29 09:55:17rpetrovcreate