On 3/2/26 17:56, Andrew Pinski wrote:
On Thu, Feb 26, 2026 at 3:59 AM Jonathan Yong <[email protected]> wrote:
On 2/26/26 11:34, Jonathan Yong wrote:
Fixed incorrect attempts to build a libgdiagnostics by naming it
as a DLL when gcc is configured as a cross compiler that targets
mingw but hosted on non-Windows systems.
Patch OK?
gcc/ChangeLog:
* Makefile.in: the libgdiagnostics shared object for mingw
should be based on host name, not target name.
Attached updated patch that also fixes the installation targets.
This version is ok.
Sorry it was not reviewed earlier.
Thanks, pushed to master branch.