Kaydet (Commit) 632e4095 authored tarafından Caolán McNamara's avatar Caolán McNamara

openjdk appears to use ppc64/server/libjvm.so and not ppc64le/server/libjvm.so

Change-Id: Iff9e2e0ac9921b0d9d36a49fdcd2323d5dd124ee
üst 24e76b65
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment