On 20/09/20 15:13, 罗勇刚(Yonggang Luo) wrote:
> Can these be generated from meson directly?
> as makefile finally need to be removed
The files aren't generated and are independent of the Makefile
infrastructure. Don't think too much of the .mak extension. :)
Paolo
Can these be generated from meson directly?
as makefile finally need to be removed
On Sun, Sep 20, 2020 at 9:09 PM Paolo Bonzini wrote:
>
> The config-target.mak files are small constant, we can therefore just
> write them down explicitly.
>
> This removes about 10% of the configure script, inclu
The config-target.mak files are small constant, we can therefore just
write them down explicitly.
This removes about 10% of the configure script, including the
whole logic to detect which accelerators are supported by each
target.
Signed-off-by: Paolo Bonzini
---
configure