[Mingw-w64-public] [PATCH] Add softmath mainly for ARM

2014-06-30 Thread André Hentschel
Hi, is this ready for master ("trunk")? I'll organize the patches as in: https://github.com/AndreRH/mingw-w64/commits/splitup diff --git a/mingw-w64-crt/Makefile.am b/mingw-w64-crt/Makefile.am index 53da0ae..0e82f92 100644 --- a/mingw-w64-crt/Makefile.am +++ b/mingw-w64-crt/Makefile.am @@ -220,18 +

Re: [Mingw-w64-public] How to detect which threading model is used with the preprocessor?

2014-06-30 Thread K. Frank
Hi Etienne! On Mon, Jun 30, 2014 at 4:09 AM, Etienne Sandré-Chardonnal wrote: > On Fri, 27 Jun 2014 14:00:06, K. Frank wrote: >> ... >> It's not entirely clear to me what your problem is. (In your original >> question >> you asked whether you could detect pthreads vs. win32 threads with the >> p

Re: [Mingw-w64-public] How to detect which threading model is used with the preprocessor?

2014-06-30 Thread Etienne Sandré-Chardonnal
On Fri, 27 Jun 2014 14:00:06, K. Frank wrote: > Well, it's not as easy... The code currently use a portable lib (Qt) for > the > > threads but the question is about splitting a part of the app code for > > making a lib, intended to be used in a plugin sdk. And asking the > customer > > to depend