From a35cb74d7553958efc2dff8360c668ed25d97311 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 26 Mar 1998 18:01:01 +0000 Subject: Update. 1998-03-26 Andreas Jaeger * manual/install.texi (Supported Configurations): Add arm-linuxaout and arm-none. 1998-03-26 Ulrich Drepper * version.h (VERSION): Bump to 2.0.93. 1998-03-25 07:30 H.J. Lu * configure.in (libc_cv_ar_S): New to indicate if ar S works. * config.make.in (have-ar-S): New, substituted by libc_cv_ar_S. * Makerules (CREATE_ARFLAGS): New determined by $(have-ar-S). (do-ar, build-extra-lib): Use $(CREATE_ARFLAGS) for $(AR). 1998-03-26 Ulrich Drepper * Makeconfig (link-libc): Add missing use of libc_nonshared.a. 1998-03-26 Andreas Schwab Put the static-only routines in a separate library. * Makeconfig (libtype.oS, CFLAGS-.oS, CPPFLAGS-.oS): New variables. (all-object-suffixes): Add .oS. * Makerules (libc_static-name): New variable. (installed-libcs): Add libc_nonshared.a. ($(inst_libdir)/libc.so): Use libc_nonshared.a instead of libc.a. (object-suffixes-for-rules): New variable. Use it instead of object-suffixes for generating compilation rules. (rmobjs): Also remove *.oS. * Rules (subdir_lib): Depend on $(objpfx)stamp.oS. ($(objpfx)stamp.oS): New target. 1998-03-26 Ulrich Drepper * Makefile (FAQ): Automatically check in regenerated FAQ. 1998-03-26 10:16 Zack Weinberg * Makefile (INSTALL): Depend on install.texi, not maint.texi. --- ChangeLog | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index af0de5aadf..de1327b57d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,48 @@ +1998-03-26 Andreas Jaeger + + * manual/install.texi (Supported Configurations): Add + arm-linuxaout and arm-none. + +1998-03-26 Ulrich Drepper + + * version.h (VERSION): Bump to 2.0.93. + +1998-03-25 07:30 H.J. Lu + + * configure.in (libc_cv_ar_S): New to indicate if ar S works. + + * config.make.in (have-ar-S): New, substituted by libc_cv_ar_S. + + * Makerules (CREATE_ARFLAGS): New determined by $(have-ar-S). + (do-ar, build-extra-lib): Use $(CREATE_ARFLAGS) for $(AR). + +1998-03-26 Ulrich Drepper + + * Makeconfig (link-libc): Add missing use of libc_nonshared.a. + +1998-03-26 Andreas Schwab + + Put the static-only routines in a separate library. + * Makeconfig (libtype.oS, CFLAGS-.oS, CPPFLAGS-.oS): New + variables. + (all-object-suffixes): Add .oS. + * Makerules (libc_static-name): New variable. + (installed-libcs): Add libc_nonshared.a. + ($(inst_libdir)/libc.so): Use libc_nonshared.a instead of libc.a. + (object-suffixes-for-rules): New variable. Use it instead of + object-suffixes for generating compilation rules. + (rmobjs): Also remove *.oS. + * Rules (subdir_lib): Depend on $(objpfx)stamp.oS. + ($(objpfx)stamp.oS): New target. + +1998-03-26 Ulrich Drepper + + * Makefile (FAQ): Automatically check in regenerated FAQ. + +1998-03-26 10:16 Zack Weinberg + + * Makefile (INSTALL): Depend on install.texi, not maint.texi. + 1998-03-25 Ulrich Drepper * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Add sizes.h. -- cgit 1.4.1