Re: [PATCH] configure: Add flags for MinGW32 standalone build

2021-01-11 Thread Paolo Bonzini
On 11/01/21 17:01, Joshua Watt wrote: I agree, it was an issue before 5.2 but now we have relocatable installations. So it would be better to remove all the special casing of mingw, except that (for backwards compatibility) on mingw bindir defaults to $prefix instead of $prefix/bin. Then Joshua

Re: [PATCH] configure: Add flags for MinGW32 standalone build

2021-01-11 Thread Joshua Watt
On Mon, Jan 11, 2021 at 1:44 AM Paolo Bonzini wrote: > > On 11/01/21 08:29, Stefan Weil wrote: > > Am 11.01.21 um 08:04 schrieb Thomas Huth: > > > >> On 08/01/2021 19.30, Joshua Watt wrote: > >>> > >>> On 1/8/21 1:25 AM, Thomas Huth wrote: > On 07/01/2021 22.38, Joshua Watt wrote: > > The

Re: [PATCH] configure: Add flags for MinGW32 standalone build

2021-01-10 Thread Paolo Bonzini
On 11/01/21 08:29, Stefan Weil wrote: Am 11.01.21 um 08:04 schrieb Thomas Huth: On 08/01/2021 19.30, Joshua Watt wrote: On 1/8/21 1:25 AM, Thomas Huth wrote: On 07/01/2021 22.38, Joshua Watt wrote: There are two cases that need to be accounted for when compiling QEMU for MinGW32:   1) A sta

Re: [PATCH] configure: Add flags for MinGW32 standalone build

2021-01-10 Thread Stefan Weil
Am 11.01.21 um 08:04 schrieb Thomas Huth: On 08/01/2021 19.30, Joshua Watt wrote: On 1/8/21 1:25 AM, Thomas Huth wrote: On 07/01/2021 22.38, Joshua Watt wrote: There are two cases that need to be accounted for when compiling QEMU for MinGW32:   1) A standalone distribution, where QEMU is sel

Re: [PATCH] configure: Add flags for MinGW32 standalone build

2021-01-10 Thread Thomas Huth
On 08/01/2021 19.30, Joshua Watt wrote: On 1/8/21 1:25 AM, Thomas Huth wrote: On 07/01/2021 22.38, Joshua Watt wrote: There are two cases that need to be accounted for when compiling QEMU for MinGW32:   1) A standalone distribution, where QEMU is self contained and extracted by the user,

Re: [PATCH] configure: Add flags for MinGW32 standalone build

2021-01-08 Thread Joshua Watt
On 1/8/21 1:25 AM, Thomas Huth wrote: On 07/01/2021 22.38, Joshua Watt wrote: There are two cases that need to be accounted for when compiling QEMU for MinGW32:   1) A standalone distribution, where QEMU is self contained and extracted by the user, such as a user would download from the Q

Re: [PATCH] configure: Add flags for MinGW32 standalone build

2021-01-07 Thread Thomas Huth
On 07/01/2021 22.38, Joshua Watt wrote: There are two cases that need to be accounted for when compiling QEMU for MinGW32: 1) A standalone distribution, where QEMU is self contained and extracted by the user, such as a user would download from the QEMU website. In this case, all of th

[PATCH] configure: Add flags for MinGW32 standalone build

2021-01-07 Thread Joshua Watt
There are two cases that need to be accounted for when compiling QEMU for MinGW32: 1) A standalone distribution, where QEMU is self contained and extracted by the user, such as a user would download from the QEMU website. In this case, all of the QEMU files should be rooted in $prefix