From d9fd98a135f8aab9d424127cd983c10380a782ec Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Wed, 28 Dec 2005 16:38:54 +0000 Subject: [PATCH] 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. --- jvmfwk/plugins/sunmajor/pluginlib/vendorbase.hxx | 6 ++++-- 1 file 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