Re: [Mingw-w64-public] [PATCH 1/2] mingw-w64-crt: fix parallel build failures in dlltool calls

2022-09-22 Thread Sergei Trofimovich
On Thu, 22 Sep 2022 11:23:38 +0300 (EEST) Martin Storsjö wrote: > On Sun, 18 Sep 2022, Sergei Trofimovich wrote: > > > Before the change massively parallel builds failed when Makefile > > attempted to build both lib64/libd3dx9_38.a and lib32/libd3dx9_38.a: > > > >x86_64-w64-mingw32-dlltool

Re: [Mingw-w64-public] [PATCH 1/2] mingw-w64-crt: fix parallel build failures in dlltool calls

2022-09-22 Thread Martin Storsjö
On Sun, 18 Sep 2022, Sergei Trofimovich wrote: Before the change massively parallel builds failed when Makefile attempted to build both lib64/libd3dx9_38.a and lib32/libd3dx9_38.a: x86_64-w64-mingw32-dlltool --as-flags=--64 -m i386:x86-64 ... \ --output-lib lib64/libd3dx9_38.a \

[Mingw-w64-public] [PATCH 1/2] mingw-w64-crt: fix parallel build failures in dlltool calls

2022-09-21 Thread Sergei Trofimovich
Before the change massively parallel builds failed when Makefile attempted to build both lib64/libd3dx9_38.a and lib32/libd3dx9_38.a: x86_64-w64-mingw32-dlltool --as-flags=--64 -m i386:x86-64 ... \ --output-lib lib64/libd3dx9_38.a \ --temp-prefix $(basename lib64/libd3dx9_38.a .a)