Changes between Version 49 and Version 50 of Getting-Started/Android


Ignore:
Timestamp:
Apr 9, 2015 5:14:52 AM (9 years ago)
Author:
riza
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Getting-Started/Android

    v49 v50  
    4848   }}} 
    4949   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 * for 64bit targets (e.g: arm64-v8a), it might be necessary to do some changes, which is explained in detail in #1803 
    5151 * the {{{./configure-android}}} is a wrapper that calls the standard {{{./configure}}} script with settings suitable for Android target. 
    5252 * you may pass standard {{{./configure}}} options to this script too.