-
Notifications
You must be signed in to change notification settings - Fork 737
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
Fix OMR_ENV_OPENXL Usage #20928
base: master
Are you sure you want to change the base?
Fix OMR_ENV_OPENXL Usage #20928
Conversation
Moving to draft state until consensus is reached with respect to the configuration pattern. |
70d8ec7
to
71c8aaa
Compare
The environment variable OMR_ENV_OPENXL was created in a previous contribution to indicate if the C/C++ compiler being used was OpenXL. However, this can be done in a way that remains consistent to other platforms by using the already existing OMR_TOOLCHAIN variable instead. Signed-off-by: midronij <[email protected]>
71c8aaa
to
667ba48
Compare
@keithc-ca since the OMR side contribution is just about finalized, I'll unmark this as a draft. If you have any further feedback to give, then please feel free to review my changes again. Otherwise, I think we can get the CI tests started. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good, but will need to wait until the OMR change promotes to the openj9 branch.
Clean up usage ofOMR_ENV_OPENXL
make/config filesReplace all usages of OMR_ENV_OPENXL with the already existing env variable,
OMR_TOOLCHAIN
Depends on eclipse-omr/omr#7605