Skip to content
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

v8: cherry-pick uclibc build patch from upstream #1974

Merged
merged 1 commit into from
Jun 14, 2015

Commits on Jun 14, 2015

  1. v8: cherry-pick uclibc build patch from upstream

    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 <bugs@bergstroem.nu>
    Reviewed-By: Rod Vagg <rod@vagg.org>
    bnoordhuis committed Jun 14, 2015
    Configuration menu
    Copy the full SHA
    4b4b176 View commit details
    Browse the repository at this point in the history