diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-26 17:04:40 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-26 17:04:40 +0000 |
commit | 7d325966e895913a7c4927077ba95350f72ad37b (patch) | |
tree | 9b6e46268759f4f7aec88d09e30587035a53e588 /jvmfwk | |
parent | 2ea38045ce4bfb11601e0b8bd4495fbb6f363507 (diff) |
INTEGRATION: CWS armoabiport01 (1.8.4); FILE MERGED
2007/11/07 14:48:34 cmc 1.8.4.1: #i83413# add arm to known archs
Diffstat (limited to 'jvmfwk')
-rw-r--r-- | jvmfwk/plugins/sunmajor/pluginlib/vendorbase.hxx | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/jvmfwk/plugins/sunmajor/pluginlib/vendorbase.hxx b/jvmfwk/plugins/sunmajor/pluginlib/vendorbase.hxx index 7e20efd38a12..80082bb19543 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.8 $ + * $Revision: 1.9 $ * - * last change: $Author: hr $ $Date: 2007-11-02 15:24:01 $ + * last change: $Author: ihi $ $Date: 2007-11-26 18:04:40 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -65,9 +65,11 @@ namespace jfw_plugin #define JFW_PLUGIN_ARCH "s390" #elif defined X86_64 #define JFW_PLUGIN_ARCH "amd64" -#else // SPARC, INTEL, POWERPC, MIPS +#elif defined ARM +#define JFW_PLUGIN_ARCH "arm" +#else // SPARC, INTEL, POWERPC, MIPS, ARM #error unknown plattform -#endif // SPARC, INTEL, POWERPC, MIPS +#endif // SPARC, INTEL, POWERPC, MIPS, ARM class MalformedVersionException |