Lines Matching +full:force +full:- +full:off
1 # SPDX-License-Identifier: Apache-2.0
7 # +---------------------------------------------------------------+
9 # +---------------------------------------------------------------+
10 # | Target C-compiler | Yes | |
13 # +---------------------------------------------------------------+
19 # Set to 'CMAKE_C_COMPILER-NOTFOUND' if no C compiler was found.
42 # like Linux.cmake or Windows-gcc.cmake. If your target is an embedded
53 # CMAKE_SYSTEM_NAME-compiler-CMAKE_SYSTEM_PROCESSOR.cmake file,
79 set(BUILD_SHARED_LIBS OFF)
84 add_custom_target(compiler-cpp)
87 if(NOT (COMPILER STREQUAL "host-gcc"))
92 # so we unset the 'generic' one and thereby force the 'target' to
93 # re-set it.