MKC_CHECK_COMPILER(1) | MKC_CHECK_COMPILER(1) |
mkc_check_compiler - checks for C and C++ compiler type.
mkc_check_compiler [OPTIONS]
mkc_check_compiler recognizes the compiler type and version, and prints them to stdout. By default, temporary and cache files _mkc_compiler_type.{err,res} (for C compiler) and _mkc_cxx_type.{err,res} (for C++ compiler) are created under MKC_CACHEDIR directory.
export CC=icc; mkc_check_compiler
export CXX=clang++; mkc_check_compiler -x
Aleksey Cheusov <vle@gmx.net>
February 4, 2020 |