OSDN Git Service

configure: make $targetos lowercase, use windows instead of MINGW32
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 8 Nov 2021 13:47:54 +0000 (14:47 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Sat, 18 Dec 2021 09:55:07 +0000 (10:55 +0100)
commitba7c60c203eb068cff591e4d0e7dbcc2b5aa013a
tree1f3d26a96543aa106e9dc772936be2525477bf33
parent90978e15bc9a23c208b25bf7ea697a5d0925562b
configure: make $targetos lowercase, use windows instead of MINGW32

targetos is already mostly the same as Meson host_machine.system(),
just in CamelCase.  Adjust Windows, which is different, and switch to
lowercase to match Meson.

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