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

Use proper library path based on architecture #803

Open
wants to merge 1 commit into
base: openj9
Choose a base branch
from

Conversation

KostasTsiounis
Copy link
Contributor

In Java8 there is another level of directories under the lib directory pertaining to the specific architecture for which the JDK is built.

To address that difference, separate specification of path per architecture is required.

Signed-off-by: Kostas Tsiounis [email protected]

@keithc-ca
Copy link
Member

Please squash.

In Java8 there is another level of directories under the
lib directory pertaining to the specific architecture for
which the JDK is built.

To address that difference, separate specification of
path per architecture is required.

Signed-off-by: Kostas Tsiounis <[email protected]>
@keithc-ca
Copy link
Member

Jenkins test sanity plinux,win jdk8

@keithc-ca
Copy link
Member

Spot-checking the ppc64le build:

$ strings libjncrypto.so | grep /lib/
/lib/ppc64le/

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.

3 participants