[patch #7759] Use AS_HELP_STRING in libtool.m4

2024-01-13 Thread Mike Frysinger
Update of patch#7759 (group libtool): Status:None => Done Open/Closed:Open => Closed ___ Follow-up Comment #1: thanks for the report

[patch #6691] FreeMiNT support to libtool 1.5.26 (tested)

2024-01-13 Thread Mike Frysinger
Update of patch#6691 (group libtool): Status:None => Done Open/Closed:Open => Closed ___ Follow-up Comment #4: looks like this was m

[patch #8675] elftoolchain strip support

2024-01-13 Thread Mike Frysinger
Update of patch#8675 (group libtool): Status:None => Done Open/Closed:Open => Closed ___ Follow-up Comment #1: we merged a fix which

[patch #10385] Add an option for setting rpaths on darwin

2024-01-13 Thread Mike Frysinger
Update of patch#10385 (group libtool): Status:None => Duplicate Open/Closed:Open => Closed ___ Follow-up Comment #1: duplicate of https:/

[patch #10275] link-order.at: fix tests with GNU grep 3.8

2024-01-13 Thread Mike Frysinger
Update of patch#10275 (group libtool): Status:None => Duplicate Open/Closed:Open => Closed ___ Follow-up Comment #3: normally we don't du

[patch #10282] port libtool to grep 3.8 and to POSIX

2024-01-13 Thread Mike Frysinger
Update of patch#10282 (group libtool): Status:None => Done Open/Closed:Open => Closed ___ Follow-up Comment #4: merged both patches.

Re: [PATCH] libtool: remove stray \ before -

2024-01-13 Thread Mike Frysinger
On 14 Sep 2022 00:10, jspri...@debian.org wrote: > From: Jochen Sprickerhof > > grep 3.8 emits a warning for this. thanks for the patch ... we merged fixed from Paul via https://savannah.gnu.org/patch/index.php?10282 -mike signature.asc Description: PGP signature

Re: [PATCH] testsuite: Fix C99 compatibility issue in lt_dlopen_a.at

2024-01-13 Thread Mike Frysinger
On 10 Jan 2023 10:21, Florian Weimer wrote: > Include for the strcmp function. This improves C99 > compiler compatibility because it avoids an implicit function > declaration. thx bud, merged now -mike signature.asc Description: PGP signature

Re: [PATCH] libtool: passthru '-shared-libsan' and '-static-libsan' flags

2024-01-13 Thread Mike Frysinger
On 21 May 2023 20:28, Dmitry Antipov wrote: > * build-aux/ltmain.in: Pass '-shared-libsan' and '-static-libsan' > flags when linking. > > This is intented to link against shared and static sanitizer > runtimes with Clang. thx, merged now -mike signature.asc Description: PGP signature

Re: [PATCH 0/3] Fix typos and update links

2024-01-13 Thread Mike Frysinger
On 23 Nov 2023 15:11, Antonin Décimo wrote: > > > I also note that the latest version isn't reported on the webpage > > > (2.4.7 instead of 2.4.6). > > > > Which web page (e.g. URL, documentation file in libtool git) are you > > talking about? > > https://www.gnu.org/software/libtool/ reads: > > L

Re: [PATCH 2/3] Fix ChangeLog.old encoding

2024-01-13 Thread Mike Frysinger
On 23 Nov 2023 09:44, Antonin Décimo wrote: > Copyright-paperwork-exempt: Yes > --- > ChangeLog.old | 10 +- > 1 file changed, 5 insertions(+), 5 deletions(-) > > diff --git a/ChangeLog.old b/ChangeLog.old > index 8e2b51ca..51d7859d 100644 > --- a/ChangeLog.old > +++ b/ChangeLog.old > @@

Re: [PATCH 3/3] Update links to FlexDLL and edll

2024-01-13 Thread Mike Frysinger
thx, merged this one now -mike signature.asc Description: PGP signature

[patch #10398] hurd-amd64 support

2024-01-13 Thread Mike Frysinger
Follow-up Comment #1, patch#10398 (group libtool): can you use git to create patches ? hand written ones like this are a pita to apply, and it's not clear what metadata to put into it (e.g. what name/e-mail you prefer to use). the content of the patch itself looks fine. ___

[patch #10387] Recognize the *-*-windows* config triplets introduced on 2023-06-26

2024-01-13 Thread Mike Frysinger
Update of patch#10387 (group libtool): Status:None => Done Open/Closed:Open => Closed ___ Follow-up Comment #1: thanks, merged now

[patch #10398] hurd-amd64 support

2024-01-13 Thread Mike Frysinger
Update of patch#10398 (group libtool): Status:None => Done Open/Closed:Open => Closed ___ Follow-up Comment #2: looks like you poste

Re: [PATCH] hurd-amd64 support

2024-01-13 Thread Mike Frysinger
On 06 May 2023 16:17, Samuel Thibault wrote: > This adds support for passing -m elf32_x86_64 vs -m elf_x86_64 to the > linker on hurd-amd64 this was difficult to merge because you aren't using git. please switch to that in the futrue when sending patches. -mike signature.asc Description: PGP sig

Re: [PATCH] Include _CRTIMP in _putenv() declaration in EXE wrapper?sources.

2024-01-13 Thread Mike Frysinger
On 07 Jul 2011 15:45, Vadim Zeitlin wrote: > Charles Wilson cwilson.fastmail.fm> writes: > > On 6/23/2011 5:34 AM, Vadim Zeitlin wrote: > > > Re-declaring _putenv() without _CRTIMP in strict ANSI mode when using > > > MinGW resulted in a warning because of a conflict with the previous > > > declar

[patch #8843] Include _CRTIMP in _putenv() declaration in EXE wrapper sources

2024-01-13 Thread Mike Frysinger
Update of patch#8843 (group libtool): Status:None => Done Open/Closed:Open => Closed ___ Follow-up Comment #3: merged now, thanks

Re: [PATCH] Fix mingw _putenv warning

2024-01-13 Thread Mike Frysinger
i merged Vadim's patch now, thanks -mike signature.asc Description: PGP signature

Re: [PATCH] libtool.m4: fix typos

2024-01-13 Thread Mike Frysinger
thx, merged now -mike signature.asc Description: PGP signature

Re: [PATCH] tests: Fix grep warning about stray \ before /

2024-01-13 Thread Mike Frysinger
thx for the patch. we ended up merging Paul's work as it covered more cases: https://savannah.gnu.org/patch/index.php?10282 -mike signature.asc Description: PGP signature

[PATCH] maint: extend release version hook to cover config.lt

2024-01-13 Thread Mike Frysinger
* cfg.mk: Extend rule to cover config.lt. * m4/libtool.m4: Update copyright year. --- cfg.mk| 5 - m4/libtool.m4 | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/cfg.mk b/cfg.mk index 62782ba809fb..e334b1365c27 100644 --- a/cfg.mk +++ b/cfg.mk @@ -26,7 +26,10 @@ u

Re: [PATCH] Support "-fno-sanitize*" options.

2024-01-13 Thread Mike Frysinger
On 16 Dec 2022 10:10, Manoj Gupta wrote: > "-fno-sanitize*" options e.g. -fno-sanitize=alignment > or -fno-sanitize-recover=all are used to tune the behvior of > sanitizers in GCC/clang. Let libtool pass these options > to compiler similar to fsanitize=*. merged now, thx -mike signature.asc Desc

Re: GCC Patch Tracking [https://lists.gnu.org/archive/html/libtool-patches/2011-01/msg00026.html]

2024-01-13 Thread Mike Frysinger
On 21 Dec 2022 17:36, Shinde, Yash wrote: > https://lists.gnu.org/archive/html/libtool-patches/2011-01/msg00026.html > Submission Date- Sun, 16 Jan 2011 > Upstream-Status: Submitted > > The given Libtool patch is with it’s current status as ‘Submitted’ but still > is not taken to the upstream. Pl

Re: [PATCH] docs: Use @file for .libs directory

2024-01-13 Thread Mike Frysinger
merged, thanks -mike signature.asc Description: PGP signature

Re: [PATCH] docs: Fix typo in 'Linking Libraries' section

2024-01-13 Thread Mike Frysinger
merged, thanks -mike signature.asc Description: PGP signature

Re: [PATCH] Makefile.am: make sure autoheader run before autoconf

2024-01-13 Thread Mike Frysinger
merged, thx -mike signature.asc Description: PGP signature

Re: [PATCH] Makefile.am: make sure autoheader run before automake

2024-01-13 Thread Mike Frysinger
merged, thx -mike signature.asc Description: PGP signature

[PATCH] ltmain.in: Pass through -fdiagnostics-color, -frecord-gcc-switches

2024-01-13 Thread Sam James
* -fdiagnostics-color: who doesn't like color? No reason to strip it. This makes the link phase stick out like a sore thumb if there's warnings emitted. * -frecord-gcc-switches: we use it in Gentoo to check if a package respects *FLAGS. Note that we do not need to include -grecord-gcc-switches

Re: [PATCH] ltmain.in: Pass through -fdiagnostics-color, -frecord-gcc-switches

2024-01-13 Thread Mike Frysinger
On 14 Jan 2024 06:27, Sam James wrote: > * -fdiagnostics-color: who doesn't like color? No reason to strip it. This > makes the link phase stick out like a sore thumb if there's warnings > emitted. i have a vague recollection of libtool processing output, but i can't recall where. i guess if i

Re: pass_all for z/OS

2024-01-13 Thread Mike Frysinger
On 24 Nov 2023 15:19, Igor Todorovski wrote: > diff --git a/libltdl/m4/libtool.m4 b/libltdl/m4/libtool.m4 > index d812584..f959bae 100644 > --- a/libltdl/m4/libtool.m4 > +++ b/libltdl/m4/libtool.m4 this file doesn't exist. i don't know what git tree you're working against, but it isn't the latest

Re: [PATCH 1/2] libtool: replace : with $PATH_SEPARATOR

2024-01-13 Thread Mike Frysinger
On 15 Oct 2023 02:04, KO Myung-Hun wrote: > Some OSes such as OS/2, uses ';' as a path separator. So using > $PATH_SEPARATOR instead of hard-coded ':' is more proper. > > * build-aux-ltmain.in: replace : with $PATH_SEPARATOR. > * m4/libtool.m4: Likewise. > --- > build-aux/ltmain.in | 76 +

Re: Patch to set correct compiler flags for 'armflang' on 'aarch64'

2024-01-13 Thread Mike Frysinger
i think this earlier patch is more complete: https://savannah.gnu.org/patch/?9442 -mike signature.asc Description: PGP signature

Re: Armflang patch

2024-01-13 Thread Mike Frysinger
i think this earlier patch is more complete: https://savannah.gnu.org/patch/?9442 -mike signature.asc Description: PGP signature

Re: [PATCH] Support for Flang and ARM HPC compiler

2024-01-13 Thread Mike Frysinger
weird timing. this was submitted a week before you: https://savannah.gnu.org/patch/?9442 -mike signature.asc Description: PGP signature

[patch #9442] Add flang (LLVM-based compiler) support

2024-01-13 Thread Mike Frysinger
Update of patch#9442 (group libtool): Status:None => Done Open/Closed:Open => Closed ___ Follow-up Comment #1: i dropped the -DPIC p

Re: [PATCH 12/12] libtool.m4: For reproducibility stop encoding hostname in libtool script

2024-01-13 Thread Mike Frysinger
On 25 Oct 2021 15:33, Richard Purdie wrote: > For reproducibilty, stop encoding the hostname into the libtool script, this > isn't > really adding much to debugging and most distros are carrying such a patch > now as > reproducibility is important. thanks, merged -mike signature.asc Descriptio

[patch #9442] Add flang (LLVM-based compiler) support

2024-01-13 Thread Brad Smith
Follow-up Comment #2, patch#9442 (group libtool): This should be checking for *flang* to also match for the current name of flang-new, though hopefully for LLVM 18 that'll change to flang, but not yet. ___ Reply to this item at: