Ignore:
Timestamp:
Aug 5, 2015 4:26:06 AM (9 years ago)
Author:
nanang
Message:

Re #1870: Fixed 64 bit arch issues on Android: pool alignment, updated suffix in lib file naming.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/aconfigure.ac

    r5144 r5145  
    127127AC_MSG_CHECKING([memory alignment]) 
    128128case $target in 
    129     sparc64-* | ia64-* | x86_64-* | arm64-* ) 
     129    sparc64-* | ia64-* | x86_64-* | arm64-* | aarch64-* | mips64* ) 
    130130        AC_DEFINE(PJ_POOL_ALIGNMENT, 8) 
    131131        AC_MSG_RESULT([8 bytes]) 
Note: See TracChangeset for help on using the changeset viewer.