[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: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15485] CROSS: append gcc library search paths

2013-02-04 Thread Éric Araujo

Changes by Éric Araujo :


--
nosy: +doko, eric.araujo
versions: +Python 3.4 -Python 3.3

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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: 3-CROSS-append-gcc-library-search-paths.patch
keywords: patch
messages: 166737
nosy: rpetrov
priority: normal
severity: normal
status: open
title: CROSS: append gcc library search paths
versions: Python 3.3
Added file: 
http://bugs.python.org/file26571/3-CROSS-append-gcc-library-search-paths.patch

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com