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.
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:33 | admin | set | github: 59690 |
| 2019年04月26日 19:56:08 | BreamoreBoy | set | nosy:
- BreamoreBoy |
| 2014年07月17日 19:37:28 | BreamoreBoy | set | versions:
+ Python 3.5 nosy: + BreamoreBoy messages: + msg223361 type: behavior |
| 2013年02月04日 15:33:40 | eric.araujo | set | nosy:
+ doko, eric.araujo versions: + Python 3.4, - Python 3.3 |
| 2012年07月29日 09:55:17 | rpetrov | create | |