From a873d453c720f7a13c01d97f2138ef4bece3717e Mon Sep 17 00:00:00 2001 From: Juan Quintela Date: Mon, 3 Aug 2009 14:45:52 +0200 Subject: [PATCH] strip binary is not used anywhere Signed-off-by: Juan Quintela Signed-off-by: Anthony Liguori Message-Id: --- configure | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure b/configure index 4b35db0..ddc9009 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}" -- 2.7.4