qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 0/3] configure: Do not build TCG or link with capstone if not


From: Paolo Bonzini
Subject: Re: [PATCH 0/3] configure: Do not build TCG or link with capstone if not necessary
Date: Wed, 20 Jan 2021 18:35:59 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0

On 20/01/21 18:02, Philippe Mathieu-Daudé wrote:

For patch 1, which files are not compiled with the patch that were
compiled without?
softfloat.

Really?  I see this:

specific_ss.add(when: 'CONFIG_TCG', if_true: files(
  'fpu/softfloat.c',
  ...))

Maybe

-subdir('fp')
+if 'CONFIG_TCG' in config_all
+  subdir('fp')
+endif

in tests/meson.build is enough?

Paolo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]