development updated (99c81d75 -> e96f5027)

2024-08-27 Thread Ileana Dumitrescu
ildumi pushed a change to branch development. from 99c81d75 README-release: Update compiler environment variable new e82be577 Fix libtool wrapper programs in 32-bit mode on FreeBSD/powerpc64. new e96f5027 Update NEWS for 32-bit mode on FreeBSD/powerpc64 support Summary of changes:

master updated (22a7e547 -> 2b510980)

2024-08-27 Thread Ileana Dumitrescu
ildumi pushed a change to branch master. from 22a7e547 maint: post-release administrivia new 552d1db3 Fix libtool wrapper programs in 32-bit mode on FreeBSD/powerpc64. new 2b510980 Update NEWS for 32-bit mode on FreeBSD/powerpc64 support Summary of changes: NEWS | 4 +++

[no subject]

2024-08-27 Thread Ileana Dumitrescu
branch: master commit 552d1db3fbeb15d259f1accb296efa980f2d088f Author: Bruno Haible AuthorDate: Sat Aug 24 13:50:42 2024 +0200 Fix libtool wrapper programs in 32-bit mode on FreeBSD/powerpc64. * m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER): On FreeBSD/powerpc64, in 32-bit mode, set sh

[no subject]

2024-08-27 Thread Ileana Dumitrescu
branch: development commit e82be5771a27436f1d324615fd307fbe59905a0a Author: Bruno Haible AuthorDate: Sat Aug 24 13:50:42 2024 +0200 Fix libtool wrapper programs in 32-bit mode on FreeBSD/powerpc64. * m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER): On FreeBSD/powerpc64, in 32-bit mode, s

[no subject]

2024-08-27 Thread Ileana Dumitrescu
branch: master commit 2b510980a70894e969570537bc543b39a85bd6ac Author: Ileana Dumitrescu AuthorDate: Tue Aug 27 17:10:17 2024 +0300 Update NEWS for 32-bit mode on FreeBSD/powerpc64 support --- NEWS | 4 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index b0d3a122..2bc4d52a 1

[no subject]

2024-08-27 Thread Ileana Dumitrescu
branch: development commit e96f50271f70f21c9424858607cd75123734a17b Author: Ileana Dumitrescu AuthorDate: Tue Aug 27 17:10:17 2024 +0300 Update NEWS for 32-bit mode on FreeBSD/powerpc64 support --- NEWS | 4 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index b0d3a122..2bc4d

[no subject]

2024-08-27 Thread Ileana Dumitrescu
branch: master commit d6d4397dffc51440d48e159435a624c05d92f64d Author: Tobias Stoeckmann AuthorDate: Tue Aug 13 22:56:00 2024 +0300 libtool: Fix typos Typos found with codespell. * doc/libtool.texi: Change 'incompatabile' to 'incompatible'. * doc/notes.texi: Change 'necc

master updated (2b510980 -> 32d46d5d)

2024-08-27 Thread Ileana Dumitrescu
ildumi pushed a change to branch master. from 2b510980 Update NEWS for 32-bit mode on FreeBSD/powerpc64 support new 0e1b ltmain: Use shared objects built in source tree new fcaa75e5 libtool: Fix test 170 in Cygwin/Mingw32 new d6d4397d libtool: Fix typos new 07ef1f34 REA

[no subject]

2024-08-27 Thread Ileana Dumitrescu
branch: master commit 0e1b2429cd578367bd0ad420c065d5caf0ac Author: Sergey Poznyakoff AuthorDate: Tue Jun 11 13:20:15 2024 +0200 ltmain: Use shared objects built in source tree It has been discovered that under certain conditions libtool creates wrappers that prefer installed

[no subject]

2024-08-27 Thread Ileana Dumitrescu
branch: master commit fcaa75e5dc07b8e593c7fa12afb675ea1cbfe522 Author: Ileana Dumitrescu AuthorDate: Fri Aug 9 18:39:45 2024 +0300 libtool: Fix test 170 in Cygwin/Mingw32 Test 170 in bug_62343.at is failing to link object files with a library file. This is fixed by choosing the c

branch development updated: Update NEWS for recent changes

2024-08-27 Thread Ileana Dumitrescu
This is an automated email from the git hooks/post-receive script. ildumi pushed a commit to branch development in repository libtool. The following commit(s) were added to refs/heads/development by this push: new 8dceb08f Update NEWS for recent changes 8dceb08f is described below commit 8d

[no subject]

2024-08-27 Thread Ileana Dumitrescu
branch: master commit 32d46d5daa21541163c20e26e13476630b30c9f4 Author: Ileana Dumitrescu AuthorDate: Tue Aug 27 18:16:39 2024 +0300 Update NEWS for recent changes --- NEWS | 11 +++ 1 file changed, 11 insertions(+) diff --git a/NEWS b/NEWS index 2bc4d52a..be66de79 100644 --- a/NEWS

[no subject]

2024-08-27 Thread Ileana Dumitrescu
branch: master commit 07ef1f34ee5477c5bddcb4e373957ebf5bdb4fad Author: Ileana Dumitrescu AuthorDate: Fri Aug 23 19:07:10 2024 +0300 README-release: Update compiler environment variable When compiling C++ code, CXX should be used to set the compiler to g++ instead of CC, which is