openjdk appears to use ppc64/server/libjvm.so and not ppc64le/server/libjvm.so
Change-Id: Iff9e2e0ac9921b0d9d36a49fdcd2323d5dd124ee
This commit is contained in:
parent
24e76b6506
commit
632e4095ad
2 changed files with 2 additions and 6 deletions
|
@ -7223,7 +7223,7 @@ then
|
|||
powerpc)
|
||||
my_java_arch=ppc
|
||||
;;
|
||||
powerpc64)
|
||||
powerpc64*)
|
||||
my_java_arch=ppc64
|
||||
;;
|
||||
x86_64)
|
||||
|
|
|
@ -40,11 +40,7 @@ namespace jfw_plugin
|
|||
#elif defined INTEL
|
||||
#define JFW_PLUGIN_ARCH "i386"
|
||||
#elif defined POWERPC64
|
||||
#ifdef OSL_BIGENDIAN
|
||||
# define JFW_PLUGIN_ARCH "ppc64"
|
||||
#else
|
||||
# define JFW_PLUGIN_ARCH "ppc64le"
|
||||
#endif
|
||||
#define JFW_PLUGIN_ARCH "ppc64"
|
||||
#elif defined POWERPC
|
||||
#define JFW_PLUGIN_ARCH "ppc"
|
||||
#elif defined MIPS
|
||||
|
|
Loading…
Reference in a new issue