toolchain: introduce macro TOOLCHAIN_HAS_C_GENERIC
This introduces the macro TOOLCHAIN_HAS_C_GENERIC to indicate
that the toolchain supports C Generic (i.e. _Generic keyword).
This is introduced in C11, and is also supported since GCC 4.9.0
and Clang 3.8.0.
Signed-off-by:
Daniel Leung <daniel.leung@intel.com>
Loading
Please sign in to comment