configure: compute derivatives of target name in meson
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 18 Sep 2020 10:37:21 +0000 (06:37 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Sat, 3 Oct 2020 12:18:55 +0000 (08:18 -0400)
commit765686d6f0769b9ce349ceae6d89e3590592435b
tree8e837208e266d37261737608e18ea56d0ba9c8fa
parentecc91cfdb6328651d6c6a911eea8f598e1d13b4e
configure: compute derivatives of target name in meson

Several CONFIG_* symbols in config-target.mak are easily computed from just
the target name.  We do not need them in config-target.mak, and can instead
place them in the config_target dictionary only.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
configure
meson.build