Issue 15485: CROSS: append gcc library search paths
Issue15485
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 | |