diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-08-21 10:14:06 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-08-21 10:17:49 +0100 |
commit | 632e4095ad92196480ad82cfa1f106c4c08ae1cc (patch) | |
tree | b3dba30d0b8947a15dcbb0228347bea45dd20ab6 /jvmfwk | |
parent | 24e76b6506a309c5564cf46dc23df06993a002c7 (diff) |
openjdk appears to use ppc64/server/libjvm.so and not ppc64le/server/libjvm.so
Change-Id: Iff9e2e0ac9921b0d9d36a49fdcd2323d5dd124ee
Diffstat (limited to 'jvmfwk')
-rw-r--r-- | jvmfwk/plugins/sunmajor/pluginlib/vendorbase.hxx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/jvmfwk/plugins/sunmajor/pluginlib/vendorbase.hxx b/jvmfwk/plugins/sunmajor/pluginlib/vendorbase.hxx index fee24309e6b2..25baaee5f4f8 100644 --- a/jvmfwk/plugins/sunmajor/pluginlib/vendorbase.hxx +++ b/jvmfwk/plugins/sunmajor/pluginlib/vendorbase.hxx @@ -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 |