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

CMake: Add OMR_EXE_LAUNCHER variable #3669

Merged
merged 1 commit into from
Mar 24, 2019

Conversation

dnakamura
Copy link
Contributor

Add OMR_EXE_LAUNCHER variable which is prepended to the command line before
running executables compiled as part of the build.

Signed-off-by: Devin Nakamura [email protected]

Add OMR_EXE_LAUNCHER variable which is prepended to the command line before
running executables compiled as part of the build.

Signed-off-by: Devin Nakamura <[email protected]>
@charliegracie
Copy link
Contributor

@genie-omr build all

@charliegracie
Copy link
Contributor

What does this PR add other than a variable that appears to never be set? Can you explain it in a bit more detail? Thanks

@dnakamura
Copy link
Contributor Author

It becomes useful for cross compiling. It allows you to run hook/trace gen even if they are compiled for a different architecture. It behaves the same as CMAKE_CROSSCOMPILING_EMULATOR, however there are bugs that have not been fixed until relatively recent versions of cmake

@charliegracie charliegracie merged commit aa81833 into eclipse-omr:master Mar 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants