diff options
author | H.J. Lu <hjl@gcc.gnu.org> | 2004-12-19 21:14:34 -0800 |
---|---|---|
committer | H.J. Lu <hjl@gcc.gnu.org> | 2004-12-19 21:14:34 -0800 |
commit | 3d8155943042a6f3c37aad489dc30e377f3c1449 (patch) | |
tree | f5e24716299e20fbaaf94665c5d68e0537a177a9 /libiberty | |
parent | ad49d8653bc2ad7241def5825a07fdd9de204bf0 (diff) | |
download | gcc-3d8155943042a6f3c37aad489dc30e377f3c1449.zip gcc-3d8155943042a6f3c37aad489dc30e377f3c1449.tar.gz gcc-3d8155943042a6f3c37aad489dc30e377f3c1449.tar.bz2 |
Add the missing ChangeLog entry.
From-SVN: r92409
Diffstat (limited to 'libiberty')
-rw-r--r-- | libiberty/ChangeLog | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 48deb79..00320bb 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,30 @@ +2004-12-19 H.J. Lu <hongjiu.lu@intel.com> + + PR bootstrap/19072 + * Makefile.in (enable_shared): New substitute. + (LTTARGETLIB): New. + (PREFIXTARGETLIB): New. + (LTTESTLIB): New. + (PREFIXTESTLIB): New. + (CCLD): New. + (LINK): New. + ($(TARGETLIB)): Use $(LINK) to create libraries and create + targets by hand. + ($(TESTLIB)): Likewise. + (mostlyclean): Don't remove .libs. Remove the libtool object + directory. + + * config.table (enable_shared): Removed. + + * configure.ac (enable_static): Set to yes. + (AC_PROG_LIBTOOL): Removed. + (AM_DISABLE_SHARED): Uncommented. + (AM_PROG_LIBTOOL): Likewise. + (LIBOBJS): Add `./' to avoid VPATH. + (LTLIBOBJS): Likewise. + (enable_shared): Substitute. + * configure: Regenerated. + 2004-12-18 H.J. Lu <hongjiu.lu@intel.com> * Makefile.in (top_builddir): Set to `.'. |