This is the mail archive of the gcc-patches@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: [c++] enable __cxa_atexit by default if found


On Tue, Aug 06, 2002 at 09:51:42PM -0700, Benjamin Kosnik wrote:
>   AC_ARG_ENABLE(__cxa_atexit,
>   [  --enable-__cxa_atexit   enable __cxa_atexit for C++],
>   [], [])
> ! # Check for __cxa_atexit in libc.
> ! AC_CHECK_FUNC(__cxa_atexit, ac_cxa_atexit=yes, ac_cxa_atexit=no)
> ! # Enable if it's found, and wanted.
> ! if test x$enable___cxa_atexit != xno && test x$ac_cxa_atexit = xyes; then

I though it was for host, not target.


H.J.


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