Re: [Mingw-w64-public] [PATCH] winpthreads: Fix building for ARM and ARM64

2018-05-04 Thread Martin Storsjö
On Fri, 4 May 2018, JonY via Mingw-w64-public wrote: On 05/04/2018 09:10 AM, Martin Storsjö wrote: The libgcc stubs aren't necessary if building this when using compiler-rt, after those stubs are available. Just make the fake libgcc assembly file a no-op if targeting another architecture. P

Re: [Mingw-w64-public] [PATCH] winpthreads: Fix building for ARM and ARM64

2018-05-04 Thread JonY via Mingw-w64-public
On 05/04/2018 09:10 AM, Martin Storsjö wrote: > The libgcc stubs aren't necessary if building this when using > compiler-rt, after those stubs are available. > > Just make the fake libgcc assembly file a no-op if targeting another > architecture. > Patch is OK. signature.asc Description: Open

[Mingw-w64-public] [PATCH] winpthreads: Fix building for ARM and ARM64

2018-05-04 Thread Martin Storsjö
The libgcc stubs aren't necessary if building this when using compiler-rt, after those stubs are available. Just make the fake libgcc assembly file a no-op if targeting another architecture. Signed-off-by: Martin Storsjö --- mingw-w64-libraries/winpthreads/src/libgcc/dll_dependency.S | 2 ++ mi