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, xdegaye
Date 2016-04-26.12:20:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461673211.54.0.945034926098.issue26851@psf.upfronthosting.co.za>
In-reply-to
Content
The attached patch:

  * Sets the recommended android compilation flags, see: http://developer.android.com/ndk/guides/standalone_toolchain.html#abi.  Note that the android toolchains already set the -fpic flag, as shown with:

    arm-linux-androideabi-gcc -v -S main.c 2>&1 | grep main.c

  * Sets the Position independent executables (PIE) flag which is mandatory starting at API level 21 and supported starting with API level 16.
History
Date User Action Args
2016-04-26 12:20:11xdegayesetrecipients: + xdegaye, Alex.Willmer
2016-04-26 12:20:11xdegayesetmessageid: <1461673211.54.0.945034926098.issue26851@psf.upfronthosting.co.za>
2016-04-26 12:20:11xdegayelinkissue26851 messages
2016-04-26 12:20:11xdegayecreate