Lines Matching refs:compiler
10 # | Target C-compiler | Yes | |
18 # Path to target C compiler.
19 # Set to 'CMAKE_C_COMPILER-NOTFOUND' if no C compiler was found.
53 # CMAKE_SYSTEM_NAME-compiler-CMAKE_SYSTEM_PROCESSOR.cmake file,
54 # which can be used to modify settings like compiler flags etc. for
65 # Byte order of <LANG> compiler target architecture, if known.
81 # Custom targets for compiler and linker flags.
83 add_custom_target(compiler) target
84 add_custom_target(compiler-cpp)
91 # The 'generic' compiler and the 'target' compiler might be different,
97 # A toolchain consist of a compiler and a linker.
103 include(${TOOLCHAIN_ROOT}/cmake/compiler/${COMPILER}/target.cmake OPTIONAL)