Changes between Version 48 and Version 49 of Getting-Started/Android
- Timestamp:
- Apr 9, 2015 4:58:01 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Getting-Started/Android
v48 v49 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 #1803 50 51 * the {{{./configure-android}}} is a wrapper that calls the standard {{{./configure}}} script with settings suitable for Android target. 51 52 * you may pass standard {{{./configure}}} options to this script too. 52 53 * for more info, run {{{./configure-android --help}}} 53 54 * other customizations are similar to what is explained in [wiki:Getting-Started/Autoconf Building with GNU] page. 54 55 55 == Video Support == 56 56