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

build: default to ppc64 on AIX #9645

Merged
merged 1 commit into from
Nov 21, 2016
Merged

Commits on Nov 21, 2016

  1. build: default to ppc64 on AIX

    The ./configure python script searches `gcc -dM -E -` for the ARCH
    flags. On AIX, gcc builds in 32 bit mode by default prior to gcc v6, so
    you don't get the __PPC64__ flag unless you run `gcc -maix64 -dM -E -`.
    
    We don't support ppc 32 bit for any OS, so always use ppc64 as the
    host_arch.
    
    PR-URL: nodejs#9645
    
    Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    gibfahn committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    515b1f3 View commit details
    Browse the repository at this point in the history