public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* How do does the compiler driver and compiler driver work together?
@ 2002-09-02 11:37 Guy Montag
  2002-09-03  1:28 ` Rupert Wood
  0 siblings, 1 reply; 2+ messages in thread
From: Guy Montag @ 2002-09-02 11:37 UTC (permalink / raw)
  To: gcc-help

I am trying to understand how the compiler driver and
compiler proper go together, where and how are they
linked?

Looking under the C++ make fragment in the Makefile
(lines 883-1190), I see that the compiler driver (g++)
is built before the compiler proper (cc1plus), but I
do not see how the driver is linked to the compiler
proper. The compiler driver does include the object
file g++spec.o, but I do not see how this would have
any effect.

I would appreciate any insight and links relevant to
the subject.

Thank you world,
-Guy

__________________________________________________
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-09-03  8:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-02 11:37 How do does the compiler driver and compiler driver work together? Guy Montag
2002-09-03  1:28 ` Rupert Wood

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).