You copied the Doc URL to your clipboard.
--sysv linker option
Creates a System V (SysV) formatted ELF executable file that can be used on ARM Linux.
Usage
You can also specify a GNU ld script with the --linker_script option.
Note
ELF files produced with the --sysv option are demand-paged compliant.
Restrictions
The SysV model does not support scatter-loading.
You cannot use this option if an object file contains execute-only sections.
Related reference