Kaydet (Commit) d9fd98a1 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

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.
üst da6b7ab2
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: vendorbase.hxx,v $ * $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 Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -57,6 +57,8 @@ namespace jfw_plugin ...@@ -57,6 +57,8 @@ namespace jfw_plugin
#define JFW_PLUGIN_ARCH "mips" #define JFW_PLUGIN_ARCH "mips"
#elif defined S390 #elif defined S390
#define JFW_PLUGIN_ARCH "s390" #define JFW_PLUGIN_ARCH "s390"
#elif defined X86_64
#define JFW_PLUGIN_ARCH "amd64"
#else // SPARC, INTEL, POWERPC, MIPS #else // SPARC, INTEL, POWERPC, MIPS
#error unknown plattform #error unknown plattform
#endif // SPARC, INTEL, POWERPC, MIPS #endif // SPARC, INTEL, POWERPC, MIPS
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment