On Tue, Sep 18, 2012 at 1:22 PM, Sumit Aggarwal <getsumit...@gmail.com> wrote:
> i want to cross compile nodejs for my Arm based board.  After enough
> googling i am still not able to get it right.
> Can some one please refer some good document or summarize build procedure of
> nodejs for arm

It's pretty straightforward with v0.8:

  $ CC=arm-linux-gcc ./configure --dest-cpu=arm

You can optionally specify the floating point ABI with
--with-arm-float-abi=soft|softfp|hard

-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to