You copied the Doc URL to your clipboard.
--linker_script=ld_script linker option
Specifies a GNU linker ld script to use for linking images and shared objects for ARM Linux and partial linking.
--linker_script=
ld_script
or the synonym:
-T ld_script
ld_script is the script path and filename.
Note
The = is optional with --linker_script, but you must not use = with -T.
Usage
Use this option with --sysv or --arm_linux.
If you do not use the --linker_script option, then armlink uses a default script for a --sysv or --arm_linux link.
Related concepts