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

feat(zos): support IBM Open XL C/C++ & PL/I compilers on z/OS #178

Merged
merged 1 commit into from
Oct 8, 2022

Commits on Oct 3, 2022

  1. feat: support IBM Open XL C/C++ & PL/I compilers on z/OS

    Environment variable CC is set starting with Node.js v18 for
    z/OS, which requires IBM Open XL C/C++ compiler (invocation:
    clang, ibm-clang64 or ibm-clang), but CC may not be set in
    older versions (which required njsc or xlclang), hence default
    to njsc to support older versions.
    gabylb committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    065805a View commit details
    Browse the repository at this point in the history