4.6.11.2 c90lib Option
The -mc90lib
option links in a set libraries that are compatible with the C90
language standard. By default, a C99 compatible library set is linked.
This option does not change the language specification used for source code in your
project; use the -std
option for that purpose. (See 4.6.3.4 Std Option.)