[issue42865] sysconfig appends CFLAGS to LD

2021-02-03 Thread Steve Dower
Steve Dower added the comment: Distutils is now deprecated (see PEP 632) and all tagged issues are being closed. From now until removal, only release blocking issues will be considered for distutils. If this issue does not relate to distutils, please remove the component and reopen it. If

[issue42865] sysconfig appends CFLAGS to LD

2021-01-08 Thread Ned Deily
Change by Ned Deily : -- nosy: +ned.deily ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue42865] sysconfig appends CFLAGS to LD

2021-01-07 Thread Victor Lopez
Victor Lopez added the comment: I'm updating this to comply with the GitHub PR policies -- keywords: +patch message_count: 1.0 -> 2.0 pull_requests: +22991 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24163 ___

[issue42865] sysconfig appends CFLAGS to LD

2021-01-07 Thread Victor Lopez
New submission from Victor Lopez : This should not happen as some CFLAGS are exclusive to the compiler and it will break cross-compiling linkers The proposed sysconfig is attached -- components: Distutils files: sysconfig.py messages: 384632 nosy: Greentwip, dstufft, eric.araujo