This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [c++] enable __cxa_atexit by default if found
On Wed, Aug 07, 2002 at 04:36:41AM -0400, Jakub Jelinek wrote:
> On Tue, Aug 06, 2002 at 09:51:42PM -0700, Benjamin Kosnik wrote:
> >
> > Adds what is considered sane behavior by default, if libc has __cxa_atexit.
>
> This really has to be guarded just for native builds, or the search done
> using nm on the expected location of libc for cross environments.
>
Yes, that is why I didn't bother with it in my patch. You also have
to check for combined gcc/binutils/libc build.
H.J.