hotspot/make/windows/create_obj_files.sh
changeset 34510 f3f38d88223e
parent 33160 c59f1676d27e
child 35164 80ecc1fdfbd6
equal deleted inserted replaced
34509:5b125fa28ea9 34510:f3f38d88223e
   127     "shark")     Src_Files_EXCLUDE="${Src_Files_EXCLUDE} ${COMPILER1_SPECIFIC_FILES} ${COMPILER2_SPECIFIC_FILES} ${JVMCI_SPECIFIC_FILES} ${ZERO_SPECIFIC_FILES}" ;;
   127     "shark")     Src_Files_EXCLUDE="${Src_Files_EXCLUDE} ${COMPILER1_SPECIFIC_FILES} ${COMPILER2_SPECIFIC_FILES} ${JVMCI_SPECIFIC_FILES} ${ZERO_SPECIFIC_FILES}" ;;
   128 esac
   128 esac
   129 
   129 
   130 # Special handling of arch model.
   130 # Special handling of arch model.
   131 case "${Platform_arch_model}" in
   131 case "${Platform_arch_model}" in
   132 	"x86_32") Src_Files_EXCLUDE="${Src_Files_EXCLUDE} *x86_64*" ;;
   132 	"x86_32") Src_Files_EXCLUDE="${Src_Files_EXCLUDE} *x86_64* ${JVMCI_SPECIFIC_FILES}" ;;
   133 	"x86_64") Src_Files_EXCLUDE="${Src_Files_EXCLUDE} *x86_32*" ;;
   133 	"x86_64") Src_Files_EXCLUDE="${Src_Files_EXCLUDE} *x86_32*" ;;
   134 esac
   134 esac
   135 
   135 
   136 # Locate all source files in the given directory, excluding files in Src_Files_EXCLUDE.
   136 # Locate all source files in the given directory, excluding files in Src_Files_EXCLUDE.
   137 function findsrc {
   137 function findsrc {