Re: [PATCH] Correct DLL Installation Path for x86_64-w64-mingw32 Multilib

2024-06-19 Thread Ileana Dumitrescu
Thank you for the patch! I have run this through some testing, and I have not seen any regressions with libtool's testsuite. It does seem like this standardizes libtool's behaviour with how library paths are usually defined for multiarch. You should see it in the next release of libtool, unless

Re: [PATCH] Correct DLL Installation Path for x86_64-w64-mingw32 Multilib

2024-05-21 Thread Roumen Petrov
На 19.05.24 г. в 9:28 ч., trcrsired написа: From: cqwrteur <100043421+trcrsi...@users.noreply.github.com> GCC folks ask me to submit it to upstream. see: https://gcc.gnu.org/pipermail/gcc-patches/2024-May/651670.html When building native GCC for the x86_64-w64-mingw32 host, the compiler

[PATCH] Correct DLL Installation Path for x86_64-w64-mingw32 Multilib

2024-05-19 Thread trcrsired
From: cqwrteur <100043421+trcrsi...@users.noreply.github.com> GCC folks ask me to submit it to upstream. see: https://gcc.gnu.org/pipermail/gcc-patches/2024-May/651670.html When building native GCC for the x86_64-w64-mingw32 host, the compiler copies its library DLLs to the `bin` directory.