| |||
| Home > Compiler Command-line Options > ‑‑gnu | |||
This option enables the GNU compiler extensions supported
by the ARM compiler. The version of GCC the extensions are compatible
with can be determined by inspecting the predefined macros __GNUC__ and __GNUC_MINOR__.
This option can also be combined with other source language
command-line options. For example, armcc --c90 --gnu.