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: Shell wrappers and GCC - FYA


Zack Weinberg wrote:-

> There are thre problems I see.  One is, it's not clear how to handle
> language-specific drivers, unless you want to have libgccdriver.so,
> libg++driver.so, etc. etc.  which strikes me as horrid.  Another is

It sounds like we could merge the 3 drivers here - and still have 3
separate binaries for GNU standards compliance.

> making the library play nice with make when both of them want to be in
> charge of calling wait(2).  And the final problem is how does make
> tell when it's supposed to try the magic -print-dynamic-driver switch?
> (Obviously it does that only once per make invocation, or what's the
> point?)

You missed another that would become important - clean up the many
memory leaks in the driver.  I hope that would be part of the rewrite
anyway.


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