This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author debohman
Recipients debohman, ned.deily
Date 2021-10-09.22:25:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1633818348.16.0.0689389318311.issue45405@roundup.psfhosted.org>
In-reply-to
Content
Yes, I don't understand why the llvm / clang decided to implement this in version 13. In version 12, the switch caused an error to stderr, and nothing to stdout. GCC 11.1 generates a single \n to stdout.

Do you plan to stick with $PLATFORM_TRIPLET = darwin, even on the arm machines? Early on, I tried setting $PLATFORM_TRIPLET in the script to the actual value returned by the complier, and that blew up later during the actual build. That was when I decided to just fix the logic so that it continued to operate the same on all platforms, even darwin with --print-multiarch generating the triplet.
History
Date User Action Args
2021-10-09 22:25:48debohmansetrecipients: + debohman, ned.deily
2021-10-09 22:25:48debohmansetmessageid: <1633818348.16.0.0689389318311.issue45405@roundup.psfhosted.org>
2021-10-09 22:25:48debohmanlinkissue45405 messages
2021-10-09 22:25:48debohmancreate