[issue7617] distutils.unixccompiler.UnixCCompiler.runtime_library_dir_option() should recognize ${configuration_name}-gcc

2010-01-08 Thread Tarek Ziadé
Changes by Tarek Ziadé ziade.ta...@gmail.com: -- priority: - normal resolution: - accepted ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7617 ___

[issue7617] distutils.unixccompiler.UnixCCompiler.runtime_library_dir_option() should recognize ${configuration_name}-gcc

2010-01-08 Thread Tarek Ziadé
Tarek Ziadé ziade.ta...@gmail.com added the comment: done in r77377, r77378, r77380, r77381 Thanks! -- status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7617 ___

[issue7617] distutils.unixccompiler.UnixCCompiler.runtime_library_dir_option() should recognize ${configuration_name}-gcc

2010-01-01 Thread Arfrever Frehtes Taifersar Arahesis
New submission from Arfrever Frehtes Taifersar Arahesis arfrever@gmail.com: distutils.unixccompiler.UnixCCompiler.runtime_library_dir_option() currently only recognizes gcc or gcc-${version (e.g. gcc-4.4.2), but it doesn't recognize ${configuration_name}-gcc (e.g. x86_64-pc-

[issue7617] distutils.unixccompiler.UnixCCompiler.runtime_library_dir_option() should recognize ${configuration_name}-gcc

2010-01-01 Thread Arfrever Frehtes Taifersar Arahesis
Arfrever Frehtes Taifersar Arahesis arfrever@gmail.com added the comment: This bug tracker removes parts of splitted, long lines when the previous line was ending with '-' :( . There should be: but it doesn't recognize ${configuration_name}-gcc (e.g. x86_64-pc-linux-gnu-gcc) or