9.2.21 --library-path
dir (-L dir)
Add dir
to library
search path.
Add path dir
to the list of paths that
xc32-ld
will search for
archive libraries and xc32-ld
control scripts. You may use this option any number of times. The
directories are searched in the order in which they are specified on the command line. All
-L
options apply to all -l
options, regardless of the order in which the options appear. The library
paths can also be specified in a link script with the SEARCH_DIR
command. Directories specified this way are searched at the point
in which the linker script appears in the command line.