zpao / spidernode

A port of node.js using the SpiderMonkey JS engine instead of V8. [NO LONGER MAINTAINED]
Other
212 stars 12 forks source link

Initial changes to support building on sparc. #2

Open apaprocki opened 13 years ago

apaprocki commented 13 years ago

These are a few changes to waf to support passing environment variables properly to spidermonkey configure so that proper flags for building on Solaris can be passed. Also adds the missing sunos-sparc headers for deps/c-ares.

zpao commented 13 years ago

I'll let @jhford take a look at the rest of this since he's our build guy extraordinaire :)

apaprocki commented 13 years ago

Also, there are two bugzilla bugs which need to be applied to Spidermonkey for the build to work. I submitted patches directly there instead of committing to the copy here so that you guys will pull from the upstream:

https://bugzilla.mozilla.org/show_bug.cgi?id=655209 https://bugzilla.mozilla.org/show_bug.cgi?id=632221

sdwilsh commented 13 years ago

Awesome, and thanks for pushing things upstream first. That makes it easier for us to manage what's in the tree and what isn't :)

jhford commented 5 years ago

I suspect this can be closed out...