comparison src/share/vm/utilities/copy.hpp @ 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 f95d63e2154a
children 1d1603768966
comparison
equal deleted inserted replaced
2177:3582bf76420e 2192:b92c45f2bc75
329 # include "copy_sparc.hpp" 329 # include "copy_sparc.hpp"
330 #endif 330 #endif
331 #ifdef TARGET_ARCH_zero 331 #ifdef TARGET_ARCH_zero
332 # include "copy_zero.hpp" 332 # include "copy_zero.hpp"
333 #endif 333 #endif
334 #ifdef TARGET_ARCH_arm
335 # include "copy_arm.hpp"
336 #endif
337 #ifdef TARGET_ARCH_ppc
338 # include "copy_ppc.hpp"
339 #endif
334 340
335 }; 341 };
336 342
337 #endif // SHARE_VM_UTILITIES_COPY_HPP 343 #endif // SHARE_VM_UTILITIES_COPY_HPP