Skip to content
This repository has been archived by the owner on Oct 22, 2020. It is now read-only.

custom-hook.m4 OPENJ9_PLATFORM_SETUP needs to support arm #82

Closed
JamesKingdon opened this issue Nov 4, 2017 · 2 comments
Closed

custom-hook.m4 OPENJ9_PLATFORM_SETUP needs to support arm #82

JamesKingdon opened this issue Nov 4, 2017 · 2 comments

Comments

@JamesKingdon
Copy link
Contributor

In custom-hook.m4 OPENJ9_PLATFORM_SETUP the if statement on OPENJ9_CPU needs extending to cover arm. The following might be a starting point:

  elif test "x$OPENJ9_CPU" = xarm; then
    OPENJ9_PLATFORM_CODE=xr32
    OPENJ9_BUILDSPEC=linux_arm
@DanHeidinga
Copy link
Contributor

@JamesKingdon Can you open a PR for this change?

Checkout where osx is used in the makefiles / configure files in openjdk as the same places will need to be modified for arm. I think there were 3 places that needed to be touched for OSX.

@JamesKingdon
Copy link
Contributor Author

JamesKingdon commented Nov 18, 2017

Addressed by #87

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants