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
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
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