Re: [Qemu-devel] [PATCH] Use --strip-program to accommodate cross-compilers

2010-07-30 Thread Blue Swirl
On Fri, Jul 30, 2010 at 1:45 AM, Hollis Blanchard wrote: > From: Hollis Blanchard > > Fixes this error during make install: > ... > install -m0755 -p -s qemu-nbd qemu-img qemu-io > "/opt/ppc440-angstrom-linux/usr/local/bin" > strip: Unable to recognise the format of the input file > `/opt/ppc44

[Qemu-devel] [PATCH] Use --strip-program to accommodate cross-compilers

2010-07-29 Thread Hollis Blanchard
From: Hollis Blanchard Fixes this error during make install: ... install -m0755 -p -s qemu-nbd qemu-img qemu-io "/opt/ppc440-angstrom-linux/usr/local/bin" strip: Unable to recognise the format of the input file `/opt/ppc440-angstrom-linux/usr/local/bin/qemu-nbd' Signed-off-by: Hollis Blanchard