| |||
| Home > Linker command-line options > --library_type=lib | |||
This option selects the library to be used at link time.
This option can be used with the compiler, assembler or linker.
Use this option with the linker to override all other --library_type options.
--library_type=lib
Where can
be one of:lib
standardlibSpecifies that the full runtime libraries are selected at link time.
microlibSpecifies that the C micro-library (microlib) is selected at link time.
If you do not specify --library_type at link
time and no object file specifies a preference, then the linker
assumes --library_type=standardlib.
Using the ARM® C and C++ Libraries and Floating Point Support: