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

Conversation

gabylb
Copy link
Contributor

@gabylb gabylb commented Oct 3, 2022

Environment variable CC is set in a user's environment 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.

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 added a commit to ibmruntimes/node-gyp that referenced this pull request Oct 3, 2022
@gabylb gabylb closed this Oct 3, 2022
@gabylb gabylb deleted the ibm-clang branch October 3, 2022 17:48
@gabylb gabylb restored the ibm-clang branch October 3, 2022 17:52
@gabylb gabylb reopened this Oct 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants