On Thu, Nov 9, 2017 at 3:09 AM, Peter Maydell wrote:
> On 8 November 2017 at 15:10, Alistair Francis
> wrote:
>> When cross compiling QEMU for Windows we need to specify the cross
>> version of ranlib to avoid build errors when building capstone. This
>> patch ensures we use the same cross prefix
On 8 November 2017 at 15:10, Alistair Francis
wrote:
> When cross compiling QEMU for Windows we need to specify the cross
> version of ranlib to avoid build errors when building capstone. This
> patch ensures we use the same cross prefix on ranlib as other toolchain
> components.
>
> This patch fi
When cross compiling QEMU for Windows we need to specify the cross
version of ranlib to avoid build errors when building capstone. This
patch ensures we use the same cross prefix on ranlib as other toolchain
components.
This patch fixes this build error when building on RHEL (or Fedora) with
MinGW