Zephyr API Documentation  3.5.0
A Scalable Open Source RTOS
3.5.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
gcc.h File Reference

GCC toolchain abstraction. More...

Go to the source code of this file.

Macros

#define TOOLCHAIN_GCC_VERSION    ((__GNUC__ * 10000) + (__GNUC_MINOR__ * 100) + __GNUC_PATCHLEVEL__)
 
#define TOOLCHAIN_HAS_ZLA   1
 

Detailed Description

GCC toolchain abstraction.

Macros to abstract compiler capabilities for GCC toolchain.

Macro Definition Documentation

◆ TOOLCHAIN_GCC_VERSION

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

◆ TOOLCHAIN_HAS_ZLA

#define TOOLCHAIN_HAS_ZLA   1