Changes between Version 220 and Version 221 of AndroidPort


Ignore:
Timestamp:
Feb 9, 2012, 9:24:28 PM (12 years ago)
Author:
Anders Feder
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AndroidPort

    v220 v221  
    240240Apply [https://gist.github.com/1754817 this patch] somehow.
    241241
    242 Now regenerate the `configure` script in the Spidermonkey directory:
     242Now regenerate the `configure` script in the new Spidermonkey source directory, e.g.:
    243243
    244244{{{
     
    246246$ autoconf2.13
    247247}}}
    248 Then execute the following commands to compile the package for the target device:
    249 
    250 {{{
     248Now create a temporary directory for building Spidermonkey e.g.:
     249
     250{{{
     251$ mkdir /tmp/js
     252}}}
     253Now change directory to the temporary building directory, compile the package for the target device there and install it in the main toolchain's sysroot, e.g.:
     254
     255{{{
     256$ cd /tmp/js
    251257$ configure \
    252258  --target=arm-android-eabi \