comparison src/os/linux/launcher/java_md.c @ 1696:688a538aa654

Merge
author trims
date Fri, 13 Aug 2010 10:55:42 -0700
parents 126ea7725993
children f95d63e2154a
comparison
equal deleted inserted replaced
1673:6709c14587c2 1696:688a538aa654
77 77
78 # ifdef i586 78 # ifdef i586
79 # define ARCH "i386" 79 # define ARCH "i386"
80 # elif defined(__sparc) 80 # elif defined(__sparc)
81 # define ARCH "sparc" 81 # define ARCH "sparc"
82 # elif defined(arm)
83 # define ARCH "arm"
84 # elif defined(PPC)
85 # define ARCH "ppc"
82 # endif 86 # endif
83 87
84 #endif /* _LP64 */ 88 #endif /* _LP64 */
85 89
86 #ifdef __sun 90 #ifdef __sun