Zephyr Project API  3.2.0
A Scalable Open Source RTOS
gcc.h File Reference

GCC toolchain abstraction. More...

Go to the source code of this file.

Macros

#define GCC_VERSION    ((__GNUC__ * 10000) + (__GNUC_MINOR__ * 100) + __GNUC_PATCHLEVEL__)
 

Detailed Description

GCC toolchain abstraction.

Macros to abstract compiler capabilities for GCC toolchain.

Macro Definition Documentation

◆ GCC_VERSION

#define GCC_VERSION    ((__GNUC__ * 10000) + (__GNUC_MINOR__ * 100) + __GNUC_PATCHLEVEL__)