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:
> 
> Hi!
> 
> 2001-04-18  Egor Duda  <deo@logos-m.ru>
> 
>         * acinclude.m4: Don't provide malloc if building for cygwin and
>         internal debugging malloc is requested.
>         * aclocal.m4: Regenerate.
>         * configure: Regenerate.
> 
> 
> BTW, what version of autoconf was used to create newlib/configure ?
> configure itself reads as if it was 2.13 but it looks like it was 2.13
> with some local patches. At least 2.13 release taken from sourceware
> produces a bit different configure.
> 
> egor.            mailto:deo@logos-m.ru icq 5165414 fidonet 2:5020/496.19
> 


Egor,

  I think I would like to see more details about what you are doing.  It appears you have
made up your own enablement flag which is only being used for Cygwin.  What you want to do can be
accomplished simply by using TARGET_CFLAGS on your make to specify -DMALLOC_PROVIDED.  Does this
change tie in with a Cygwin patch?

  Regarding the maintainer tools, we have a local shared build which is built from an internal
source tree which has local fixes that may not be in sourceware.  For consistency, I discard any
generated files from a supplied patch and regenerate them myself using said tools.


-- Jeff J.


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