commit | 78e9d4ad11e7116376328860a58b96765ade7b62 | [log] [tgz] |
---|---|---|
author | Stefan Weil <sw@weilnetz.de> | Thu Nov 26 12:13:12 2015 +0100 |
committer | Stefan Weil <sw@weilnetz.de> | Mon Nov 30 06:47:02 2015 +0100 |
tree | 403f9a5769dbb45a40bf46b3decb40868390a840 | |
parent | a28c2f2df7679e3a87789e9fb7ed69331f697297 [diff] |
w32: Use gcc option -mthreads QEMU uses threads / coroutines, therefore support for thread local storage and thread safe libraries (-D_MT) must be enabled by using -mthreads. Signed-off-by: Stefan Weil <sw@weilnetz.de>