You copied the Doc URL to your clipboard.
--libpath=pathlist
Specifies a list of paths that the linker uses to search for the Arm® standard C and C++ libraries.
Syntax
--libpath=pathlist
Where
is a comma-separated list of paths that the linker only uses
to search for required Arm libraries. Do not include spaces between the comma and the path name
when specifying multiple path names, for example, pathlist
.path1,path2,path3,…,pathn
Note
This option does not affect searches for user libraries. Use--userlibpath
instead for user libraries.