qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v3 1/1] plugins: fix win plugin tests on cross compile


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v3 1/1] plugins: fix win plugin tests on cross compile
Date: Thu, 9 Nov 2023 15:08:36 +0100
User-agent: Mozilla Thunderbird

On 9/11/23 13:43, Greg Manning wrote:
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1972

Cross compile gcc is more picky about argument order than msys. Changed
the meson command to take the (now renamed) libqemu_plugin_api.a as a
lib, rather than an object. This puts it in the right place on both
native and cross compile gcc commands

Reenable plugins on crossbuilds

Signed-off-by: Greg Manning <gmanning@rapitasystems.com>
---
  .gitlab-ci.d/crossbuilds.yml | 2 +-
  contrib/plugins/Makefile     | 2 +-
  plugins/meson.build          | 2 +-
  tests/plugin/meson.build     | 3 ++-
  4 files changed, 5 insertions(+), 4 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>




reply via email to

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