diff options
author | Leon Woestenberg <leon@sidebranch.com> | 2009-12-06 22:23:51 +0100 |
---|---|---|
committer | Leon Woestenberg <leon@sidebranch.com> | 2009-12-06 22:23:51 +0100 |
commit | b3312705e639262b3b83017897cd3056b22e8912 (patch) | |
tree | 720a913089d687cebc98ec58e6cdd1245992fc7a /recipes | |
parent | 0abf0ca31eaa3b35415bc9f5b3d92aa1f07d86e2 (diff) |
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 <leon@sidebranch.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/gcc/gcc-configure-cross.inc | 3 |
1 files changed, 0 insertions, 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 || : |