From: Leon Woestenberg Date: Sun, 6 Dec 2009 21:23:51 +0000 (+0100) Subject: gcc-configure-cross.inc: Remove bogus rm -rf libiberty.a X-Git-Tag: Release-2010-05/1~1404 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3312705e639262b3b83017897cd3056b22e8912;p=openembedded.git gcc-configure-cross.inc: Remove bogus rm -rf libiberty.a This was probably bogusly copied from do_install long ago. Signed-off-by: Leon Woestenberg --- diff --git a/recipes/gcc/gcc-configure-cross.inc b/recipes/gcc/gcc-configure-cross.inc index 980f7929ff..1c37de8b4a 100644 --- a/recipes/gcc/gcc-configure-cross.inc +++ b/recipes/gcc/gcc-configure-cross.inc @@ -36,9 +36,6 @@ do_stage_append () { ${STAGING_INCDIR}/ fi - # We use libiberty from binutils - rm -f ${CROSS_DIR}/lib/libiberty.a - # We probably don't need these rmdir ${CROSS_DIR}/include || :