This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: collect2 compiles C with g77 !
- To: Jason Merrill <jason at cygnus dot com>
- Subject: Re: collect2 compiles C with g77 !
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Tue, 25 Nov 1997 23:44:22 -0800
- cc: egcs at cygnus dot com
- Reply-To: law at cygnus dot com
In message <u97m9wgnfo.fsf@yorick.cygnus.com>you write:
> How about passing -x c to sub-compiles?
Which would then mean we could zap the #ifdef __cplus_plus gunk in the
file collect2 builds and compiles.
My only concern was that there might be cases where it actually needed
to call the same language (c/c++) for a sub-compile that was used to
call collect2 initially.
Jeff