Initial changes to support building on sparc.#2
Initial changes to support building on sparc.#2apaprocki wants to merge 3 commits intozpao:masterfrom apaprocki:master
Conversation
wscript
Outdated
There was a problem hiding this comment.
I think it would be good to add a comment here that sparc is only supported when using mozjs
There was a problem hiding this comment.
No prob, modified the comments in the commit below.
|
I'll let @jhford take a look at the rest of this since he's our build guy extraordinaire :) |
|
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 |
|
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 :) |
|
I suspect this can be closed out... |
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.