aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2000-08-01 04:45:34 +0000
committerAlexandre Oliva <aoliva@gcc.gnu.org>2000-08-01 04:45:34 +0000
commit89820b4331124829971b83929e8ae5f650646c1e (patch)
tree8fed1df502bd03a3b0beae14c42b4670796611fe /ChangeLog
parent7905cfefe15c4a2c43803219af5d353252eef9d8 (diff)
downloadgcc-89820b4331124829971b83929e8ae5f650646c1e.zip
gcc-89820b4331124829971b83929e8ae5f650646c1e.tar.gz
gcc-89820b4331124829971b83929e8ae5f650646c1e.tar.bz2
ltconfig, ltmain.sh: Update from libtool multi-language branch.
* ltconfig, ltmain.sh: Update from libtool multi-language branch. * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds. (ac_cv_prog_cc_pic): Don't print `cached' without `checking'. * ltcf-cxx.sh (need_lc): Set based on postdeps. From-SVN: r35405
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 155f5dd..918883d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2000-08-01 Alexandre Oliva <aoliva@redhat.com>
+ * ltconfig, ltmain.sh: Update from libtool multi-language branch.
+ * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
+ (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
+ * ltcf-cxx.sh (need_lc): Set based on postdeps.
+
* configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
2000-07-31 Alexandre Oliva <aoliva@redhat.com>