[PATCH v1 13/13] Add aarch64-w64-mingw32 target to libgcc

2024-02-25 Thread Evgeny Karpov
The target will be adjusted to aarch64-*-mingw* in config.gcc. This change will ensure consistency with the target in libgcc. Regards, Evgeny -Original Message- Thursday, February 22, 2024 2:36 PM Richard Earnshaw (lists) wrote: > +aarch64-*-mingw*) This doesn't match the glob pattern

Re: [PATCH v1 13/13] Add aarch64-w64-mingw32 target to libgcc

2024-02-22 Thread Richard Earnshaw (lists)
On 21/02/2024 18:40, Evgeny Karpov wrote: > +aarch64-*-mingw*) This doesn't match the glob pattern you added to config.gcc in an earlier patch, but see my comment on that. The two should really be consistent with each other or you might get build failures late on. R.

[PATCH v1 13/13] Add aarch64-w64-mingw32 target to libgcc

2024-02-21 Thread Evgeny Karpov
From fa02812c6fb39fd409a27cd09664530f2fabd9e3 Mon Sep 17 00:00:00 2001 From: Zac Walker Date: Mon, 12 Feb 2024 15:22:47 +0100 Subject: [PATCH v1 13/13] Add aarch64-w64-mingw32 target to libgcc Reuse MinGW definitions from i386 for libgcc. Move reused files to libgcc/config/mingw folder. libgcc