comparison src/os/linux/vm/os_linux.cpp @ 2192:b92c45f2bc75

7016023: Enable building ARM and PPC from src/closed repository Reviewed-by: dholmes, bdelsart
author bobv
date Wed, 02 Feb 2011 11:35:26 -0500
parents 34d64ad817f4
children 9cd8a2c2d584
comparison
equal deleted inserted replaced
2177:3582bf76420e 2192:b92c45f2bc75
73 # include "nativeInst_sparc.hpp" 73 # include "nativeInst_sparc.hpp"
74 #endif 74 #endif
75 #ifdef TARGET_ARCH_zero 75 #ifdef TARGET_ARCH_zero
76 # include "assembler_zero.inline.hpp" 76 # include "assembler_zero.inline.hpp"
77 # include "nativeInst_zero.hpp" 77 # include "nativeInst_zero.hpp"
78 #endif
79 #ifdef TARGET_ARCH_arm
80 # include "assembler_arm.inline.hpp"
81 # include "nativeInst_arm.hpp"
82 #endif
83 #ifdef TARGET_ARCH_ppc
84 # include "assembler_ppc.inline.hpp"
85 # include "nativeInst_ppc.hpp"
78 #endif 86 #endif
79 #ifdef COMPILER1 87 #ifdef COMPILER1
80 #include "c1/c1_Runtime1.hpp" 88 #include "c1/c1_Runtime1.hpp"
81 #endif 89 #endif
82 #ifdef COMPILER2 90 #ifdef COMPILER2