From b3312705e639262b3b83017897cd3056b22e8912 Mon Sep 17 00:00:00 2001 From: Leon Woestenberg Date: Sun, 6 Dec 2009 22:23:51 +0100 Subject: 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 --- recipes/gcc/gcc-configure-cross.inc | 3 --- 1 file changed, 3 deletions(-) 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 || : -- cgit v1.2.3