OSDN Git Service

configure: Add system = 'linux' for meson when cross-compiling
authorThomas Huth <thuth@redhat.com>
Sat, 22 Aug 2020 19:35:48 +0000 (21:35 +0200)
committerThomas Huth <thuth@redhat.com>
Thu, 3 Sep 2020 10:47:33 +0000 (12:47 +0200)
commit853b4baf30a515d87229ee94f89f4b3ad376c9d2
tree2a621e15b09ce2f67ff40e59b8a26dfd8f11fb27
parent09db9b9db38e82acbc1fd4fa4661ac19c387380c
configure: Add system = 'linux' for meson when cross-compiling

Meson needs the "system = xyz" line when cross-compiling. We are already
adding a "system = 'windows'" for the MinGW cross-compilation case here,
so let's add a "system = 'linux'" now for Linux hosts, too.

Message-Id: <20200823111757.72002-2-thuth@redhat.com>
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
configure