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 xdegaye
Recipients Alex.Willmer, doko, martin.panter, twouters, vstinner, xdegaye, yan12125
Date 2016-10-15.09:26:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476523581.53.0.529574615135.issue26851@psf.upfronthosting.co.za>
In-reply-to
Content
This new patch fixes the following:
* Use BASECFLAGS instead of CCSHARED.
* '-march=armv7-a' is not set in BASECFLAGS anymore as this is redundant: this option is already set in the configure command line or is implicitly set by the the first component of the triple of the '-target' clang option.
* Do not set '-mthumb' as this is optional and may be set for the armv7 arch as well. Also this option crashes Python on armv5te when built with clang, issue 27606.
History
Date User Action Args
2016-10-15 09:26:21xdegayesetrecipients: + xdegaye, twouters, doko, vstinner, martin.panter, Alex.Willmer, yan12125
2016-10-15 09:26:21xdegayesetmessageid: <1476523581.53.0.529574615135.issue26851@psf.upfronthosting.co.za>
2016-10-15 09:26:21xdegayelinkissue26851 messages
2016-10-15 09:26:21xdegayecreate