configure: Symlink binaries using .exe suffix with MinGW
commit57a93f16e8dad554720edcc5ed1fe613d68bf230
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Tue, 9 Nov 2021 14:45:04 +0000 (9 15:45 +0100)
committerLaurent Vivier <laurent@vivier.eu>
Fri, 17 Dec 2021 09:39:41 +0000 (17 10:39 +0100)
treec177585dc6e0adaac2e819f09b50d5b985886eb9
parent29eb5c2c86f935b0e9700fad2ecfe8a32b011d57
configure: Symlink binaries using .exe suffix with MinGW

When using the MinGW toolchain, we use the .exe suffix for the
executable name. We also need to use it for the symlinks in the
build directory.

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Stefan Weil <sw@weilnetz.de>
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <20211109144504.1541206-1-philmd@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
configure