This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Built gcc 4.0.0, without C++ support
Jeroen Scheerder writes:
> > So obviously Sun ld doesn't have the necessary support for COMDAT groups
> > (even with GNU ld, a quite recent version seems to be required).
> > Unfortunately, gcc's configure.ac doesn't check for this, but should.
>
> Your analysis is very convincing. So an ugly workaround would be to
> toggle HAVE_GAS_COMDAT_GROUP?
I'd expect this to work, yes.
Rainer