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: rework platform handling in port library #5268

Merged
merged 1 commit into from Apr 3, 2019

Conversation

dnakamura
Copy link
Contributor

Clean up platform specific code as well as adding support for missed
platforms

Signed-off-by: Devin Nakamura devinn@ca.ibm.com

@dnakamura dnakamura mentioned this pull request Mar 26, 2019
14 tasks
@@ -31,33 +31,57 @@


set(OBJECTS "")
list(APPEND OBJECTS
list(APPEND OBJECTS
j9gp.c
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can these lists be kept in alphabetical order?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, I just reordered so that it would match the module.xml. I'm assuming I should reorder that as well?

runtime/port/CMakeLists.txt Show resolved Hide resolved

if(OMR_OS_ZOS)
list(APPEND OBJECTS
j9mprotect.s
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

alphabetize this list if possible

runtime/port/CMakeLists.txt Show resolved Hide resolved
Clean up platform specific code as well as adding support for missed
platforms

Signed-off-by: Devin Nakamura <devinn@ca.ibm.com>
Copy link
Member

@DanHeidinga DanHeidinga left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@DanHeidinga
Copy link
Member

Jenkins compile zlinux,win,aix jdk8

@DanHeidinga DanHeidinga self-assigned this Mar 29, 2019
@DanHeidinga DanHeidinga merged commit 2563507 into eclipse-openj9:master Apr 3, 2019
@dnakamura dnakamura deleted the cmake_port branch April 12, 2019 20:01
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.

None yet

3 participants