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]
Other format: [Raw text]

RE: Overriding cc1


> -----Original Message-----
> From: gcc-owner On Behalf Of Alexandre Oliva
> Sent: 14 May 2004 06:49

> On May 13, 2004, Pat Haugen <pthaugen@us.ibm.com> wrote:
> 
> > OK, knew about -B but was hoping to just be able to 
> override cc1, which it
> > doesn't sound like I can do.
> 
> Well, turns out you can: just create a dir containing only a link to
> your overrider.


  Hold on.  Rather than creating lots of different versions called
cc1.versionN, why not create lots of subdirs in ..lib/gcc-lib/$target called
after .versionN, put the compilers in them (all still named cc1), and then
use the -V option to make the driver choose between them?




    cheers, 
      DaveK
-- 
Can't think of a witty .sigline today....


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