Re: [Mingw-w64-public] [PATCH] Add a dlltool machine flag for targeting arm

2017-08-03 Thread JonY via Mingw-w64-public
On 08/03/2017 05:51 AM, Martin Storsjö wrote: > On Wed, 2 Aug 2017, JonY via Mingw-w64-public wrote: > >> On 07/30/2017 07:46 PM, Martin Storsjö wrote: >>> The GNU binutils dlltool doesn't actually support this >>> target, but llvm-dlltool does. >>> --- >>> mingw-w64-crt/Makefile.am | 2 +- >>> 1

Re: [Mingw-w64-public] [PATCH] Add a dlltool machine flag for targeting arm

2017-08-02 Thread Martin Storsjö
On Wed, 2 Aug 2017, JonY via Mingw-w64-public wrote: On 07/30/2017 07:46 PM, Martin Storsjö wrote: The GNU binutils dlltool doesn't actually support this target, but llvm-dlltool does. --- mingw-w64-crt/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-c

Re: [Mingw-w64-public] [PATCH] Add a dlltool machine flag for targeting arm

2017-08-02 Thread JonY via Mingw-w64-public
On 07/30/2017 07:46 PM, Martin Storsjö wrote: > The GNU binutils dlltool doesn't actually support this > target, but llvm-dlltool does. > --- > mingw-w64-crt/Makefile.am | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/mingw-w64-crt/Makefile.am b/mingw-w64-crt/Makefile.am

[Mingw-w64-public] [PATCH] Add a dlltool machine flag for targeting arm

2017-07-30 Thread Martin Storsjö
The GNU binutils dlltool doesn't actually support this target, but llvm-dlltool does. --- mingw-w64-crt/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-crt/Makefile.am b/mingw-w64-crt/Makefile.am index 8b6df25..83dbdf6 100644 --- a/mingw-w64-crt/Makefile.a