summaryrefslogtreecommitdiff
path: root/jvmfwk
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-04-03 15:50:14 +0000
committerKurt Zenker <kz@openoffice.org>2008-04-03 15:50:14 +0000
commita76b15a61ac08d15937000bc31777ab63c559af0 (patch)
tree3f6ba7ee80924294d133cb61ccca726bb2cde78c /jvmfwk
parentb436a6829e423d38ea15407bfe39fda384f6f473 (diff)
INTEGRATION: CWS s390xport01 (1.10.6); FILE MERGED
2008/03/26 12:42:51 cmc 1.10.6.1: #i87464# add support for s390x
Diffstat (limited to 'jvmfwk')
-rw-r--r--jvmfwk/plugins/sunmajor/pluginlib/vendorbase.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/jvmfwk/plugins/sunmajor/pluginlib/vendorbase.hxx b/jvmfwk/plugins/sunmajor/pluginlib/vendorbase.hxx
index 1dd5a2022..d11968888 100644
--- a/jvmfwk/plugins/sunmajor/pluginlib/vendorbase.hxx
+++ b/jvmfwk/plugins/sunmajor/pluginlib/vendorbase.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: vendorbase.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: obo $ $Date: 2008-02-27 10:03:47 $
+ * last change: $Author: kz $ $Date: 2008-04-03 16:50:14 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -61,6 +61,8 @@ namespace jfw_plugin
#else
# define JFW_PLUGIN_ARCH "mips32"
#endif
+#elif defined S390X
+#define JFW_PLUGIN_ARCH "s390x"
#elif defined S390
#define JFW_PLUGIN_ARCH "s390"
#elif defined X86_64