Name

MK_CC_STYLE — Style of C compiler

Synopsis

MODULES="... compiler ..."
mk_declare -e -s MK_CC_STYLE

Values

none

No working C compiler is available

gcc

The C compiler is gcc or gcc-compatible

unknown

The C compiler style is unknown

Description

Defines the style of the C compiler. This does not indicate the precise vendor of the compiler but is an abstract classification of its supported parameters, extensions, etc. For example, clang is highly compatible with gcc and would be classified as the same style.