Re: [PATCH] configure: Symlink binaries using .exe suffix with MinGW

2021-12-17 Thread Laurent Vivier
Le 09/11/2021 à 15:45, Philippe Mathieu-Daudé a écrit : 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é --- configure | 2 +- 1 file changed, 1 insertion(+),

Re: [PATCH] configure: Symlink binaries using .exe suffix with MinGW

2021-12-15 Thread Philippe Mathieu-Daudé
Hi Laurent, This patch is reviewed/acked, can it go via your trivial tree? On 11/9/21 15:45, Philippe Mathieu-Daudé wrote: > 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: Phil

Re: [PATCH] configure: Symlink binaries using .exe suffix with MinGW

2021-11-09 Thread Paolo Bonzini
On 11/9/21 15:45, Philippe Mathieu-Daudé wrote: 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é Acked-by: Paolo Bonzini but perhaps we can get rid of the sym

Re: [PATCH] configure: Symlink binaries using .exe suffix with MinGW

2021-11-09 Thread Stefan Weil
Am 09.11.21 um 15:45 schrieb Philippe Mathieu-Daudé: 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é --- configure | 2 +- 1 file changed, 1 insertion(+), 1

[PATCH] configure: Symlink binaries using .exe suffix with MinGW

2021-11-09 Thread Philippe Mathieu-Daudé
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é --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 48c2