[issue15485] CROSS: append gcc library search paths

2019-04-26 Thread Mark Lawrence
Change by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue15485] CROSS: append gcc library search paths

2014-07-17 Thread Mark Lawrence
Mark Lawrence added the comment: 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. -- nosy: +BreamoreBoy type: - behavior versions: +Python 3.5 ___ Python

[issue15485] CROSS: append gcc library search paths

2013-02-04 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- nosy: +doko, eric.araujo versions: +Python 3.4 -Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15485 ___

[issue15485] CROSS: append gcc library search paths

2012-07-29 Thread Roumen Petrov
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: