Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2008-12-21 15:45:51 +0300
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>2008-12-21 15:45:51 +0300
commit16c40518c0748a44cd1016df9124889ac6e16593 (patch)
tree1f741b8d26daa22b49c982a488917450648ffbc3 /ChangeLog
parent91ad1942a2ec19a654bce314c185ee1c8db8d18f (diff)
Add missing ChangeLog entries for my last commit.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bc5acecd4..9ee88bf25 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ Backport link test fix from upstream Libtool:
+
+ * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
+ Add cache variables to tests that require the linker to work.
+ For shlibpath_overrides_runpath, this also changes the semantics
+ to let the result from the C compiler take precedence.
+ compiler take precedence.
+
2008-12-02 Ben Elliston <bje@au.ibm.com>
* config.sub, config.guess: Update from upstream sources.