This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Incremental Linking


> Does GCC support incremental linking and if so what options do I
> have to use?

Sorry, no, it doesn't. For one thing, gcc is just a compiler; the
linker is a separate package. Depending on the architecture, you may
be able to use an incremental linker already available. For example
(without trying), it should be possible to configure gcc to work with
ild on Solaris.

Regards,
Martin

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]