diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-04-03 15:50:14 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-04-03 15:50:14 +0000 |
commit | 3f89fbf1cf7a8ae948c44fb2690756f9e593d991 (patch) | |
tree | ddd2090dad2110a50d7110222ba10c9e8ab8a77e /jvmfwk | |
parent | c609d43bc5f625566fce865c2b85c8b721dbc9aa (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.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/jvmfwk/plugins/sunmajor/pluginlib/vendorbase.hxx b/jvmfwk/plugins/sunmajor/pluginlib/vendorbase.hxx index 0322c409fc0b..3d168a892ca4 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 |