disable modular TCG on Darwin
commita1b176f9046a94ae963099a055cde2323dc7c012
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 12 Jul 2021 12:22:08 +0000 (12 14:22 +0200)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 14 Jul 2021 13:31:48 +0000 (14 14:31 +0100)
treea5229c117074e0f459ed0890e9e1fab6f928494a
parent3cfafd317c97558b66d93b6f338b95c695ad8d39
disable modular TCG on Darwin

Accelerator modularity does not work on Darwin:

ld: illegal thread local variable reference to regular symbol _current_cpu for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Fix by avoiding modular TCG builds.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <20210712122208.456264-1-pbonzini@redhat.com>
[AJB: manually merged typo fix]
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
meson.build