From 7d325966e895913a7c4927077ba95350f72ad37b Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Mon, 26 Nov 2007 17:04:40 +0000 Subject: 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 --- jvmfwk/plugins/sunmajor/pluginlib/vendorbase.hxx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'jvmfwk') 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 -- cgit