[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

[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