Intel i960 User Manual page 56

Processor compiler
Hide thumbs Also See for i960:
Table of Contents

Advertisement

2
l (Library)
Specifies library for
linking.
2-38
i960 Processor Compiler User's Guide
Adds
to the list of directories to be searched for libraries. See
directory
your utilities user's guide for a complete explanation of the directory
search order.
l library
Search a standard list of directories for a library file named
. The linker uses this file as if it had been specified
lib library .a
precisely by name.
Several standard directories are searched, plus any that you specify with
Normally the files found this way are library files — archive files whose
members are object files. The linker handles an archive file by scanning
through it for members that define symbols that so far have been
referenced but not defined. However, when the file found is an ordinary
object file, it is linked in the usual fashion. The only difference between
using an
option and specifying a filename is that
l
directories. Under normal operation, gcc960 supplies the options
and
to the linker. For architectures without floating-point support, the
lm
option
is also passed to the linker.
lh
L
searches several
l
,
,
lqf
lc
.

Advertisement

Table of Contents
loading

Table of Contents