summaryrefslogtreecommitdiff
path: root/jvmfwk
diff options
context:
space:
mode:
authorRene Engelhard <rene@debian.org>2011-08-23 15:03:00 +0200
committerRene Engelhard <rene@debian.org>2011-08-23 18:15:13 +0200
commit6683b842e1975197932d651ba8fb725dc5c3a306 (patch)
treeb4f29dd526d7d227010c53c83c1f8099488b41fa /jvmfwk
parent260088aaf09b852d793105115c00ad9862f21e34 (diff)
fix JFW_PLUGIN_ARCH for OpenJDK/mipsel
Diffstat (limited to 'jvmfwk')
-rw-r--r--jvmfwk/plugins/sunmajor/pluginlib/vendorbase.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/jvmfwk/plugins/sunmajor/pluginlib/vendorbase.hxx b/jvmfwk/plugins/sunmajor/pluginlib/vendorbase.hxx
index 37b12b9ab6c5..cb3b51ad2bb8 100644
--- a/jvmfwk/plugins/sunmajor/pluginlib/vendorbase.hxx
+++ b/jvmfwk/plugins/sunmajor/pluginlib/vendorbase.hxx
@@ -56,7 +56,9 @@ namespace jfw_plugin
#ifdef OSL_BIGENDIAN
# define JFW_PLUGIN_ARCH "mips"
#else
-# define JFW_PLUGIN_ARCH "mips32"
+/* FIXME: do JDKs have some JDK-specific define? This is for
+OpenJDK at least, but probably not true for Lemotes JDK */
+# define JFW_PLUGIN_ARCH "mipsel"
#endif
#elif defined S390X
#define JFW_PLUGIN_ARCH "s390x"