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


On Thursday 13 May 2004 18:40, Pat Haugen wrote:
> Is there a command line option for gcc that would allow me to override the
> cc1 executable that gets invoked?
>
> gcc -???=/some/path/cc1.new  file.c

You can use -B<dir> to specify the patch of the cc1 executable.

Paul


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