qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] meson.build: Remove the logic to link C code with the C++ li


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH] meson.build: Remove the logic to link C code with the C++ linker
Date: Thu, 6 Jul 2023 10:50:52 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.12.0

On 6/7/23 08:47, Thomas Huth wrote:
We are not mixing C++ with C code anymore, the only remaining
C++ code in qga/vss-win32/ is used for a plain C++ executable.
Thus we can remove the hacks for linking C code with the C++ linker
now to simplify meson.build a little bit, and also to avoid that
some C++ code sneaks in by accident again.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
  meson.build     | 24 ++++++------------------
  scripts/main.c  |  1 -
  qga/meson.build |  2 +-
  3 files changed, 7 insertions(+), 20 deletions(-)
  delete mode 100644 scripts/main.c

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




reply via email to

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