This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: egcs-1.1.1: name mangling and C library header files
> This is backwards; non-cxx_aware dirs are the ones with implicit extern "C".
>
> > By default, no system directory is cxx_aware.
>
> This is correct.
Right. I got confused as I could not reproduce the implicit extern "C"
on my Linux box. The reason, of course, is that config/linux.h
#defines NO_IMPLICIT_EXTERN_C, in which case the value cxx_aware is
not relevant.
Regards,
Martin