-
Notifications
You must be signed in to change notification settings - Fork 30k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
building for mips #1432
Comments
I'd be +1 on floating a patch for this, but only as a backport from what's in V8 and the status of this patch appears to be in question:
|
looking at https://github.com/v8/v8-git-mirror/blob/master/include/ it was accepted in master |
Seems to have landed in v8 4.4.x. How far is that from a stable release? |
I think we can just cherry-pick it, see #1974. |
I'm nowhere close to a MIPS box but yeah, we're getting this sooner or later through V8. |
Original commit log follows: Restore V8_LIBC_UCLIBC as a libc option. As uClibc defines __GLIBC__ in an attempt to look like glibc, V8_LIBC_GLIBC was true for uClibc as well. Checking for uClibc before glibc fixes this and restores the correct behavior. Review URL: https://codereview.chromium.org/1066573005 Fixes: nodejs#1432 PR-URL: nodejs#1974 Reviewed-By: Johan Bergström <[email protected]> Reviewed-By: Rod Vagg <[email protected]>
Fixed by 4b4b176. Thanks for the bug report. |
Hi all!
I am referring to issue #1032. I am building io.js 1.7.1 for mips and get following error:
Applying following patch to v8 solved my problem:
https://codereview.chromium.org/1066573005/patch/1/10001
May I request to include the patch into the next version?
Many thanks for your work on io.js
The text was updated successfully, but these errors were encountered: