From: Juan Quintela Date: Mon, 3 Aug 2009 12:45:52 +0000 (+0200) Subject: strip binary is not used anywhere X-Git-Tag: v0.12.0-rc0~1690 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a873d453c720f7a13c01d97f2138ef4bece3717e;p=thirdparty%2Fqemu.git strip binary is not used anywhere Signed-off-by: Juan Quintela Signed-off-by: Anthony Liguori Message-Id: --- diff --git a/configure b/configure index 4b35db0d9c5..ddc90098129 100755 --- a/configure +++ b/configure @@ -33,7 +33,6 @@ host_cc="gcc" ar="ar" make="make" install="install" -strip="strip" objcopy="objcopy" ld="ld" @@ -54,7 +53,6 @@ done cc="${cross_prefix}${cc}" ar="${cross_prefix}${ar}" -strip="${cross_prefix}${strip}" objcopy="${cross_prefix}${objcopy}" ld="${cross_prefix}${ld}"