]> git.proxmox.com Git - mirror_qemu.git/commit - configure
Fix "make install" with a cross toolchain
authorHollis Blanchard <hollis@penguinppc.org>
Thu, 5 Aug 2010 00:21:34 +0000 (17:21 -0700)
committerAlexander Graf <agraf@suse.de>
Thu, 26 Aug 2010 16:18:26 +0000 (18:18 +0200)
commit52ba784d357fac20e137cf1393437437c43a3fc4
tree1cfffeaad85e1a6f72652928df111535da20f973
parent419ef5f1c6a9614e8ddcb0b0f826de692e7e4a43
Fix "make install" with a cross toolchain

We must be able to use a non-native strip executable, but not all
versions of 'install' support the --strip-program option (e.g.
OpenBSD). Accordingly, we can't use 'install -s', and we must run strip
separately.

Signed-off-by: Hollis Blanchard <hollis@penguinppc.org>
Cc: blauwirbel@gmail.com
Makefile.target
configure