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,

I don't see the point in these lang-specific drivers (or at least, the
ones we have at present).  They seem to do little, and what little
they do could be added as a few lines in the scheme I proposed.  Maybe
they're there only because of SPEC issues?

I don't see why they couldn't all be a hard / soft link to the same
binary, on Unix at least, which changes it's behaviour based on
argv[0].

Neil.


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