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.
This commit is contained in:
Jens-Heiner Rechtien 2005-12-28 16:38:54 +00:00
parent da6b7ab2df
commit d9fd98a135

View file

@ -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