Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodejs/node-v0.x-archive
base: ffcd8b94c211
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 5e4e8ec42938
Choose a head ref
  • 1 commit
  • 6 files changed
  • 1 contributor

Commits on Jun 17, 2013

  1. build: add android support

    Resolves minor discrepancies between android and standard POSIX systems.
    In addition, some configure parameters were added, and a helper-script
    for android configuration. Ideally, this script should be merged into
    the standard configure script.
    
    To build for android, source the android-configure script with an NDK
    path:
    
        source ./android-configure ~/android-ndk-r8d
    
    This will create an android standalone toolchain and export the
    necessary environment parameters.
    
    After that, build as normal:
    
        make -j8
    
    After the build, you should now have android-compatible NodeJS binaries.
    Linus Mårtensson authored and bnoordhuis committed Jun 17, 2013
    6
    Copy the full SHA
    5e4e8ec View commit details
    Browse the repository at this point in the history