]> git.proxmox.com Git - mirror_qemu.git/commit - configure
w32: Use gcc option -mthreads
authorStefan Weil <sw@weilnetz.de>
Thu, 26 Nov 2015 11:13:12 +0000 (12:13 +0100)
committerStefan Weil <sw@weilnetz.de>
Mon, 30 Nov 2015 05:47:02 +0000 (06:47 +0100)
commit78e9d4ad11e7116376328860a58b96765ade7b62
tree403f9a5769dbb45a40bf46b3decb40868390a840
parenta28c2f2df7679e3a87789e9fb7ed69331f697297
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>
configure