(unknown)
Ileana Dumitrescu <[email protected]> Fri, 18 Oct 2024 10:40:07 -0400 (EDT)
| Newsgroups | gmane.comp.gnu.libtool.cvs |
|---|---|
| Message-ID | <[email protected]> |
branch: development commit 0e5ef3c2590f1d195d3f9e4a339ff3fba4fbac06 Author: Ileana Dumitrescu <[email protected]> AuthorDate: Fri Oct 18 17:35:03 2024 +0300 Update NEWS for recent commits --- NEWS | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/NEWS b/NEWS index 2e87652a..82aac9ea 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,19 @@ NEWS - list of user-visible changes between releases of GNU Libtool - Fix configure error for when variable 'multlib' is unset. + - Fix searching for -L in link paths being over-greedy and incorrectly + handling paths with -L in them. + + - Avoid using AC_TRY_EVAL macro, "dangerous and undocumented". + + - Fix linking libraries at runtime with tcc by adding run path. + +** Changes in supported systems or compilers: + + - Support additional flang-based compilers, 'f18' and 'f95'. + + - Support for 'netbsdelf*-gnu'. + * Noteworthy changes in release 2.5.3 (2024-09-25) [stable]