EasyManua.ls Logo

Intel i960 - Page 56

Intel i960
347 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
i960 Processor Compiler User's Guide
2-38
2
Adds
directory
to the list of directories to be searched for libraries. See
your utilities user's guide for a complete explanation of the directory
search order.
l (Library)
Specifies library for
linking.
l
library
Search a standard list of directories for a library file named
lib
library
.a. The linker uses this file as if it had been specified
precisely by name.
Several standard directories are searched, plus any that you specify with
L.
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
l option and specifying a filename is that l searches several
directories. Under normal operation, gcc960 supplies the options
lqf, lc,
and
lm to the linker. For architectures without floating-point support, the
option
lh is also passed to the linker.

Table of Contents

Related product manuals