Message264266
| 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:11 | xdegaye | set | recipients: + xdegaye, Alex.Willmer |
| 2016-04-26 12:20:11 | xdegaye | set | messageid: <1461673211.54.0.945034926098.issue26851@psf.upfronthosting.co.za> |
| 2016-04-26 12:20:11 | xdegaye | link | issue26851 messages |
| 2016-04-26 12:20:11 | xdegaye | create | |