Changes between Version 223 and Version 224 of AndroidPort


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

--

Legend:

Unmodified
Added
Removed
Modified
  • AndroidPort

    v223 v224  
    240240Apply [https://gist.github.com/1754817 this patch] somehow.
    241241
    242 Now regenerate the `configure` script in the new Spidermonkey source directory, e.g.:
     242Regenerate the `configure` script in the new Spidermonkey source directory, e.g.:
    243243
    244244{{{
     
    246246$ autoconf2.13
    247247}}}
    248 Now create a temporary directory for building Spidermonkey, e.g.:
     248Then create a temporary directory for building Spidermonkey, e.g.:
    249249
    250250{{{
    251251$ mkdir /tmp/js
    252252}}}
    253 Now 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.:
     253Change 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.:
    254254
    255255{{{
    256256$ cd /tmp/js
    257 $ configure \
     257$ ~/android/js-1.8.5/js/src/configure \
    258258  --target=arm-android-eabi \
    259259  --prefix=$SYSROOT/usr/local \