Searched refs:build_type (Results 1 – 3 of 3) sorted by relevance
430 echo "## build_sources prefix='$prefix' build_type='$build_type'"458 local crtbegin_so=$(get_c_runtime_file $build_type crtbegin_so.o)459 local crtend_so=$(get_c_runtime_file $build_type crtend_so.o)460 local crtbegin_exe=$(get_c_runtime_file $build_type crtbegin_dynamic.o)461 local crtend_exe=$(get_c_runtime_file $build_type crtend_android.o)478 printf "\t@echo [$build_type] CC $src\n"494 local build_type=$3498 local build_linker=$(get_build_linker $build_type)500 build_sources $prefix $build_type505 case $build_type in[all …]
63 foreach(build_type ${CMAKE_CONFIGURATION_TYPES} ${CMAKE_BUILD_TYPE})64 string(TOUPPER "${build_type}" build)71 CACHE STRING "Specify VC++ CRT to use for ${build_type} configurations."76 endforeach(build_type)78 foreach(build_type ${CMAKE_CONFIGURATION_TYPES} ${CMAKE_BUILD_TYPE})79 string(TOUPPER "${build_type}" build)89 message(STATUS "Using ${build_type} VC++ CRT: ${LLVM_USE_CRT_${build}}")94 endforeach(build_type)
975 build_type=None, graphics_type=None): argument979 self.build_type = build_type or port._options.configuration.lower()1005 for build_type in self.all_build_types():1011 build_type=build_type,