This is the mail archive of the newlib@sources.redhat.com mailing list for the newlib project.


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

Re: debugging malloc support fro cygwin


egor duda wrote:
> 
> JJ> Does this change tie in with a Cygwin patch?
> 
> yes. it was posted in
> http://sources.redhat.com/ml/cygwin-patches/2001-q2/msg00112.html
> 


Ok Egor,

  I changed the patch somewhat.  I added code so the option is documented
in the help for configure.  I also moved the flag setting into configure.host
where other such flag setting is performed.  In the future, other platforms
may use the flag as well.

  The patch is checked in.  The ChangeLog follows.

-- Jeff J.

2001-04-20  Jeff Johnston  <jjohnstn@redhat.com>

        * acinclude.m4: Added --enable-malloc-debugging configure flag.
        * configure.host: For Cygwin specify -DMALLOC_PROVIDED if
        --enable-malloc-debugging selected.
        * aclocal.m4 configure: Regenerated.
          libm/aclocal.m4 libm/configure: Ditto.
        * libc/aclocal.m4 libc/configure: Ditto.
        * libc/machine/aclocal.m4 libc/machine/configure: Ditto.
        * libc/machine/*/aclocal.m4 libc/machine/*/configure: Ditto.
        * libc/sys/aclocal.m4 libc/sys/configure: Ditto.
        * libc/sys/*/aclocal.m4 libc/sys/*/configure: Ditto.
        * doc/aclocal.m4 doc/configure: Ditto.


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