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

[PATCH] hurd-amd64 support

2023-05-06 Thread Samuel Thibault
This adds support for passing -m elf32_x86_64 vs -m elf_x86_64 to the linker on hurd-amd64 Changelog: * m4/libtool.m4: dd x86_64-gnu* case to pass -m elf32_x86_64 vs -m elf_x86_64 to linker. --- m4/libtool.m4.orig 2023-05-03 18:33:23.949698403 +0200 +++ m4/libtool.m4 2023-