From 632e4095ad92196480ad82cfa1f106c4c08ae1cc Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 21 Aug 2014 10:14:06 +0100 Subject: openjdk appears to use ppc64/server/libjvm.so and not ppc64le/server/libjvm.so Change-Id: Iff9e2e0ac9921b0d9d36a49fdcd2323d5dd124ee --- jvmfwk/plugins/sunmajor/pluginlib/vendorbase.hxx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'jvmfwk') 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 -- cgit