[oe-commits] Leon Woestenberg : gcc-configure-cross.inc: Remove bogus rm -rf libiberty.a

git version control git at git.openembedded.org
Sun Dec 6 21:25:57 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: b3312705e639262b3b83017897cd3056b22e8912
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b3312705e639262b3b83017897cd3056b22e8912

Author: Leon Woestenberg <leon at sidebranch.com>
Date:   Sun Dec  6 22:23:51 2009 +0100

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 at sidebranch.com>

---

 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 980f792..1c37de8 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 || :
 





More information about the Openembedded-commits mailing list