Changes between Version 49 and Version 50 of Getting-Started/Android
- Timestamp:
- Apr 9, 2015 5:14:52 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Getting-Started/Android
v49 v50 48 48 }}} 49 49 this can be fixed by adding {{{-fno-stack-protector}}} into CFLAGS, e.g: via {{{user.mak}}} file. 50 * for other targets, it might be necessary to do some changes, which is explained in detail in #180350 * for 64bit targets (e.g: arm64-v8a), it might be necessary to do some changes, which is explained in detail in #1803 51 51 * the {{{./configure-android}}} is a wrapper that calls the standard {{{./configure}}} script with settings suitable for Android target. 52 52 * you may pass standard {{{./configure}}} options to this script too.