Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bill Hoffman
CMake
Commits
59df48aa
Commit
59df48aa
authored
Feb 19, 2014
by
Brad King
💬
Committed by
Kitware Robot
Feb 19, 2014
Browse files
Merge topic 'FindJNI-ppc64le'
ac2527e1
FindJNI: Add ppc64le architecture
parents
9304d096
ac2527e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Modules/FindJNI.cmake
View file @
59df48aa
...
...
@@ -54,6 +54,8 @@ macro(java_append_library_directories _var)
# mips* machines are bi-endian mostly so processor does not tell
# endianess of the underlying system.
set
(
_java_libarch
"
${
CMAKE_SYSTEM_PROCESSOR
}
"
"mips"
"mipsel"
"mipseb"
)
elseif
(
CMAKE_SYSTEM_PROCESSOR MATCHES
"^(powerpc|ppc)64le"
)
set
(
_java_libarch
"ppc64le"
)
elseif
(
CMAKE_SYSTEM_PROCESSOR MATCHES
"^(powerpc|ppc)64"
)
set
(
_java_libarch
"ppc64"
"ppc"
)
elseif
(
CMAKE_SYSTEM_PROCESSOR MATCHES
"^(powerpc|ppc)"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment