➜

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
标题: CROSS: append gcc library search paths
类型: behavior Stage:
Components: Cross-Build Versions: Python 3.4, Python 3.5
process
状态: open Resolution:
Dependencies: 后续:
分配给: 抄送列表: doko, eric.araujo, rpetrov
优先级: normal 关键字: patch

rpetrov 于 2012-07-29 09:55 创建。最近一次由 admin 于 2022-04-11 14:57 修改。

文件
文件名 上传时间 Description 编辑
3-CROSS-append-gcc-library-search-paths.patch rpetrov, 2012-07-29 09:55
Messages (2)
msg166737 - (view) Author: Roumen Petrov (rpetrov) * 日期: 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) * 日期: 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.
历史
日期 用户 动作 参数
2022-04-11 14:57:33admin修改github: 59690
2019-04-26 19:56:08BreamoreBoy修改抄送: - BreamoreBoy
2014-07-17 19:37:28BreamoreBoy修改versions: + Python 3.5
抄送: + BreamoreBoy

消息: + msg223361

type: behavior
2013-02-04 15:33:40eric.araujo修改抄送: + doko, eric.araujo

versions: + Python 3.4, - Python 3.3
2012-07-29 09:55:17rpetrov创建