summaryrefslogtreecommitdiff
path: root/jvmfwk
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-02-27 09:03:47 +0000
committerOliver Bolte <obo@openoffice.org>2008-02-27 09:03:47 +0000
commitbbf1103fc48ec72b7e9325aa68d0a5c453d3a1e6 (patch)
treea79cabd3db2fd18b9dcb85143cb2f6df2ad308c1 /jvmfwk
parent52219f03a14d4f7e36619b2a2d2ebbb1c28ecf84 (diff)
INTEGRATION: CWS ia64port01_DEV300 (1.9.4); FILE MERGED
2008/01/04 19:05:43 cmc 1.9.4.1: #i84999# add ia64
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 912fa309e..1dd5a2022 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.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: ihi $ $Date: 2007-11-26 18:04:40 $
+ * last change: $Author: obo $ $Date: 2008-02-27 10:03:47 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -67,6 +67,8 @@ namespace jfw_plugin
#define JFW_PLUGIN_ARCH "amd64"
#elif defined ARM
#define JFW_PLUGIN_ARCH "arm"
+#elif defined IA64
+#define JFW_PLUGIN_ARCH "ia64"
#else // SPARC, INTEL, POWERPC, MIPS, ARM
#error unknown plattform
#endif // SPARC, INTEL, POWERPC, MIPS, ARM