Lines Matching +full:doc +full:- +full:path
1 # SPDX-License-Identifier: Apache-2.0
7 # +---------------------------------------------------------------+
9 # +---------------------------------------------------------------+
10 # | Target C-compiler | Yes | |
13 # +---------------------------------------------------------------+
18 # Path to target C compiler.
19 # Set to 'CMAKE_C_COMPILER-NOTFOUND' if no C compiler was found.
37 # https://gitlab.kitware.com/cmake/community/wikis/doc/cmake/CrossCompiling:
42 # like Linux.cmake or Windows-gcc.cmake. If your target is an embedded
49 # https://gitlab.kitware.com/cmake/community/wikis/doc/cmake/CrossCompiling:
53 # CMAKE_SYSTEM_NAME-compiler-CMAKE_SYSTEM_PROCESSOR.cmake file,
84 add_custom_target(compiler-cpp)
87 if(NOT (COMPILER STREQUAL "host-gcc"))
93 # re-set it.