[issue25229] distutils doesn't add "-Wl, " prefix to "-R" on Linux if the C compiler isn't named 'gcc'
Change by Kenta Tsubouchi : -- pull_requests: +21067 stage: -> patch review pull_request: https://github.com/python/cpython/pull/21957 ___ Python tracker <https://bugs.python.org/issu
[issue25229] distutils doesn't add "-Wl, " prefix to "-R" on Linux if the C compiler isn't named 'gcc'
Kenta Tsubouchi added the comment: This patch seems good for proprietary compilers in linux. Because such compilers need gcc-style link option. So I'll make PR. -- nosy: +ketsubouchi type: -> enhancement versions: -Python 2.7, Python 3.2, Python 3.3, Python 3.4, Python 3.5