summaryrefslogtreecommitdiff
path: root/jvmfwk/plugins/sunmajor/pluginlib/vendorbase.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-12-28 16:38:54 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-12-28 16:38:54 +0000
commitd9fd98a135f8aab9d424127cd983c10380a782ec (patch)
tree64db8f8f53c3a70114939bf4755b601fb494175a /jvmfwk/plugins/sunmajor/pluginlib/vendorbase.hxx
parentda6b7ab2dfb7fde2de5adc0d0f05cb039f86a8c7 (diff)
INTEGRATION: CWS pj43 (1.4.14); FILE MERGED
2005/12/03 09:14:12 pjanik 1.4.14.1: #i57424#: Add JFW_PLUGIN_ARCH for x86_64/AMD64/EMT64 architecture.
Diffstat (limited to 'jvmfwk/plugins/sunmajor/pluginlib/vendorbase.hxx')
-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 8afe7cb9f5b6..e0bb70fdc6f9 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.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 19:33:05 $
+ * last change: $Author: hr $ $Date: 2005-12-28 17:38:54 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -57,6 +57,8 @@ namespace jfw_plugin
#define JFW_PLUGIN_ARCH "mips"
#elif defined S390
#define JFW_PLUGIN_ARCH "s390"
+#elif defined X86_64
+#define JFW_PLUGIN_ARCH "amd64"
#else // SPARC, INTEL, POWERPC, MIPS
#error unknown plattform
#endif // SPARC, INTEL, POWERPC, MIPS