2004-02-09 Jeff Johnston <jjohnstn@redhat.com>
* libc/stdlib/Makefile.am: Add mallstatsr to LIBADD_OBJS. * libc/stdlib/Makefile.in: Regenerated.
This commit is contained in:
parent
db10a5632e
commit
6a6e493af4
|
@ -1,3 +1,8 @@
|
|||
2004-02-09 Jeff Johnston <jjohnstn@redhat.com>
|
||||
|
||||
* libc/stdlib/Makefile.am: Add mallstatsr to LIBADD_OBJS.
|
||||
* libc/stdlib/Makefile.in: Regenerated.
|
||||
|
||||
2004-02-08 Christopher Faylor <cgf@redhat.com>
|
||||
|
||||
* libc/include/sys/features.h: Add _POSIX_TIMERS define for __CYGWIN__.
|
||||
|
|
|
@ -120,7 +120,7 @@ endif
|
|||
|
||||
# Because of how libtool moves objects around, mallocr must be built last.
|
||||
LIBADD_OBJS = freer.$(oext) reallocr.$(oext) callocr.$(oext) cfreer.$(oext) \
|
||||
mallinfor.$(oext) msizer.$(oext) mallocr.$(oext)
|
||||
mallinfor.$(oext) mallstatsr.$(oext) msizer.$(oext) mallocr.$(oext)
|
||||
|
||||
libstdlib_la_LDFLAGS = -Xcompiler -nostdlib
|
||||
|
||||
|
|
|
@ -130,7 +130,7 @@ ELIX_4_OBJS = system.$(oext)
|
|||
@ELIX_LEVEL_1_FALSE@@ELIX_LEVEL_2_FALSE@@ELIX_LEVEL_3_FALSE@LIB_OBJS = $(ELIX_2_OBJS) $(ELIX_3_OBJS) $(ELIX_4_OBJS)
|
||||
|
||||
# Because of how libtool moves objects around, mallocr must be built last.
|
||||
LIBADD_OBJS = freer.$(oext) reallocr.$(oext) callocr.$(oext) cfreer.$(oext) mallinfor.$(oext) msizer.$(oext) mallocr.$(oext)
|
||||
LIBADD_OBJS = freer.$(oext) reallocr.$(oext) callocr.$(oext) cfreer.$(oext) mallinfor.$(oext) mallstatsr.$(oext) msizer.$(oext) mallocr.$(oext)
|
||||
|
||||
|
||||
libstdlib_la_LDFLAGS = -Xcompiler -nostdlib
|
||||
|
|
Loading…
Reference in New Issue