You copied the Doc URL to your clipboard.
--thumb2_library, --no_thumb2_library
Enables you to link against the combined ARM and Thumb library.
Usage
--thumb2_library
only
applies when the processor supports ARM and Thumb-2 technology, such as the Cortex-A and
Cortex-R series processors.
Use the --no_thumb2_library
option to revert to the ARMv5T and later libraries.
Note The linker ignores
--thumb2_library
if
the target does not support Thumb-2 technology.
Default
The default is --thumb2_library
.