Lines Matching full:compiler
2 # Setup variables for the compiler
4 # COMPILER_TYPE is the major type of compiler. Currently gcc and clang support
5 # automatic detection. Other compiler types can be shoe-horned in, but require
6 # explicit setting of the compiler type. The compiler type can also be set
12 # make sure that you are limiting the test to a specific compiler. Testing
16 # COMPILER_FREEBSD_VERSION is the compiler's __FreeBSD_cc_version value.
19 # compiler support for that feature:
42 .if !target(__<bsd.compiler.mk>__)
43 __<bsd.compiler.mk>__: .NOTMAIN
49 # and might not have a valid compiler in $PATH yet. In this case just set the
86 # Handle bootstrapped compiler changes properly by hashing their content
96 # Ensure no bogus CCACHE_PATH leaks in which might avoid the in-tree compiler.
174 .info Cannot import ${X_}COMPILER variables since cached ${var} is different: ${${var}__${${X_}_cc_…
190 # generated files - thus there is no compiler.
216 .error Unable to determine compiler type for ${cc}=${${cc}}. Consider setting ${X_}COMPILER_TYPE.
232 # If we get a literal "__FreeBSD_cc_version" back then the compiler
325 .endif # !target(__<bsd.compiler.mk>__)