[PATCH v2 0/6] Fixes msys2 building after the meson convert

luoyonggang@gmail.com posted 6 patches 3 years, 8 months ago
Test docker-quick@centos7 failed
Test docker-mingw@fedora failed
Test checkpatch failed
Test FreeBSD failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200827050543.44-1-luoyonggang@gmail.com
Maintainers: Eduardo Habkost <ehabkost@redhat.com>, Cleber Rosa <crosa@redhat.com>
configure             | 28 ++++++++++++++-------
meson.build           |  5 ++--
scripts/mtest2make.py | 11 +++++++--
scripts/ninjatool.py  |  2 +-
scripts/undefsym.py   | 57 +++++++++++++++++++++++++++++++++++++++++++
scripts/undefsym.sh   | 20 ---------------
6 files changed, 88 insertions(+), 35 deletions(-)
create mode 100644 scripts/undefsym.py
delete mode 100755 scripts/undefsym.sh
[PATCH v2 0/6] Fixes msys2 building after the meson convert
Posted by luoyonggang@gmail.com 3 years, 8 months ago
From: Yonggang Luo <luoyonggang@gmail.com>

These patch series fixes the building of newest qemu under
msys2 environment

Yonggang Luo (6):
  meson: Fixes the ninjatool issue that E$$: are generated in
    Makefile.ninja
  meson: fixes relpath may fail on win32.
  meson: Mingw64 gcc doesn't recognize system include_type for sdl2
  configure: Fix include and linkage issue on msys2
  meson: Fixes ninjatool can not be recognized as script under
    Window/MSYS2
  meson: Convert undefsym.sh to undefsym.py

 configure             | 28 ++++++++++++++-------
 meson.build           |  5 ++--
 scripts/mtest2make.py | 11 +++++++--
 scripts/ninjatool.py  |  2 +-
 scripts/undefsym.py   | 57 +++++++++++++++++++++++++++++++++++++++++++
 scripts/undefsym.sh   | 20 ---------------
 6 files changed, 88 insertions(+), 35 deletions(-)
 create mode 100644 scripts/undefsym.py
 delete mode 100755 scripts/undefsym.sh

-- 
2.27.0.windows.1