Changes between Version 209 and Version 210 of AndroidPort


Ignore:
Timestamp:
Feb 7, 2012, 5:41:05 AM (12 years ago)
Author:
Anders Feder
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AndroidPort

    v209 v210  
    365365Get js-1.8.5.
    366366
    367 Apply [http://wiki.apache.org/couchdb/AndroidMozillaPatch this patch] somehow.
     367Apply [http://wiki.apache.org/couchdb/AndroidMozillaPatch this patch] somehow.
    368368
    369369Add "#define FORCE_LITTLE_ENDIAN" at the top of jscpucfg.cpp.
     
    386386  --with-android-sdk=$SDK \
    387387  --with-endian=little \
    388   --with-arm-kuser
     388  --with-arm-kuser \
     389  --disable-shared \
     390  --enable-static
    389391make -s
    390392}}}