Re: [Qemu-devel] [PATCH v2 1/1] Makefile: Capstone: Add support for cross compile ranlib

2017-11-09 Thread Alistair Francis
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

Re: [Qemu-devel] [PATCH v2 1/1] Makefile: Capstone: Add support for cross compile ranlib

2017-11-09 Thread Peter Maydell
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

[Qemu-devel] [PATCH v2 1/1] Makefile: Capstone: Add support for cross compile ranlib

2017-11-08 Thread Alistair Francis
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