qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Getting qemu building under msys2 properly
@ 2020-08-28 16:22 Yonggang Luo
  2020-08-28 16:22 ` [PATCH 1/2] meson: Convert undefsym.sh to undefsym.py Yonggang Luo
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Yonggang Luo @ 2020-08-28 16:22 UTC (permalink / raw)
  To: qemu-devel; +Cc: Paolo Bonzini, Yonggang Luo

Convert undefsym.sh to undefsym.py and replace $PWD with $build_dir

Yonggang Luo (2):
  meson: Convert undefsym.sh to undefsym.py
  configure: Fix include and linkage issue on msys2

 configure           | 28 +++++++++++++++-------
 meson.build         |  2 +-
 scripts/undefsym.py | 57 +++++++++++++++++++++++++++++++++++++++++++++
 scripts/undefsym.sh | 20 ----------------
 4 files changed, 77 insertions(+), 30 deletions(-)
 create mode 100644 scripts/undefsym.py
 delete mode 100755 scripts/undefsym.sh

-- 
2.27.0.windows.1



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-08-28 17:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-28 16:22 [PATCH 0/2] Getting qemu building under msys2 properly Yonggang Luo
2020-08-28 16:22 ` [PATCH 1/2] meson: Convert undefsym.sh to undefsym.py Yonggang Luo
2020-08-28 16:22 ` [PATCH 2/2] configure: Fix include and linkage issue on msys2 Yonggang Luo
2020-08-28 17:41 ` [PATCH 0/2] Getting qemu building under msys2 properly Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).