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: PATCH: Add --enable-__cxa_atexit


On May 31, 2002, "H . J . Lu" <hjl@lucon.org> wrote:

> +AC_ARG_ENABLE(__cxa_atexit,
> +[  --enable-__cxa_atexit   enable __cxa_atexit for C++],
> +[], [enable___cxa_atexit=no])
        ^^^^^^^^^^^^^^^^^^^^^^ this is redundant.

If you specify --disable-__cxa_atexit, enable___cxa_atexit will be set
to no.  Besides, if it defaults to yes, you should document the
--disable flag, not the --enable one.  I know you've withdrawn your
patch, but I thought I'd point this out anyway, for future configury
patches.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist                Professional serial bug killer


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