It will be used to set 'os.arch' system property.

Signed-off-by: Tomek Grabiec <tgrab...@gmail.com>
---
 arch/x86/include/arch/config_32.h |    1 +
 arch/x86/include/arch/config_64.h |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/arch/x86/include/arch/config_32.h 
b/arch/x86/include/arch/config_32.h
index 19d427b..720ef4c 100644
--- a/arch/x86/include/arch/config_32.h
+++ b/arch/x86/include/arch/config_32.h
@@ -1,2 +1,3 @@
 #define CONFIG_X86_32 1
 #define CONFIG_32_BIT 1
+#define ARCH_NAME "i386"
diff --git a/arch/x86/include/arch/config_64.h 
b/arch/x86/include/arch/config_64.h
index d15ae07..41a6dbb 100644
--- a/arch/x86/include/arch/config_64.h
+++ b/arch/x86/include/arch/config_64.h
@@ -2,4 +2,4 @@
 #define CONFIG_64_BIT 1
 #define USE_FFI 1
 #define CONFIG_ARGS_MAP 1
-
+#define ARCH_NAME "x86-64"
-- 
1.6.0.6


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Jatovm-devel mailing list
Jatovm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jatovm-devel

Reply via email to