Zephyr API 3.6.99
|
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 |
GCC toolchain abstraction.
Macros to abstract compiler capabilities for GCC toolchain.
#define TOOLCHAIN_GCC_VERSION ((__GNUC__ * 10000) + (__GNUC_MINOR__ * 100) + __GNUC_PATCHLEVEL__) |
#define TOOLCHAIN_HAS_ZLA 1 |